mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 05:15:39 +02:00
Some clean-up
This commit is contained in:
@@ -327,6 +327,26 @@
|
||||
PREBINDING = NO;
|
||||
SDKROOT = macosx10.6;
|
||||
WARNING_CFLAGS = (
|
||||
"-Wfloat-equal",
|
||||
"-Wundef",
|
||||
"-Wshadow",
|
||||
"-Wpointer-arith",
|
||||
"-Wcast-qual",
|
||||
"-Wcast-align",
|
||||
"-Wwrite-strings",
|
||||
"-Wconversion",
|
||||
"-Wsign-compare",
|
||||
"-Wmissing-noreturn",
|
||||
"-Wmissing-format-attribute",
|
||||
"-Wpacked",
|
||||
"-Winline",
|
||||
"-Wdisabled-optimization",
|
||||
"-Wctor-dtor-privacy",
|
||||
"-Wnon-virtual-dtor",
|
||||
"-Wreorder",
|
||||
"-Wold-style-cast",
|
||||
"-Woverloaded-virtual",
|
||||
"-ffor-scope",
|
||||
"-Wextra",
|
||||
"-Wall",
|
||||
);
|
||||
|
@@ -5,6 +5,8 @@
|
||||
// Created by Phil on 13/11/2010.
|
||||
// Copyright 2010 Two Blue Cubes Ltd. All rights reserved.
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#include "../../../catch_objc.hpp"
|
||||
|
||||
|
@@ -5,6 +5,8 @@
|
||||
// Created by Phil Nash on 13/11/2010.
|
||||
// Copyright 2010 Two Blue Cubes Ltd. All rights reserved.
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#import "CatchOCTestCase.h"
|
||||
|
||||
|
@@ -5,6 +5,9 @@
|
||||
* Created by Phil on 13/11/2010.
|
||||
* Copyright 2010 Two Blue Cubes Ltd. All rights reserved.
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
*
|
||||
*/
|
||||
|
||||
#import "../../../catch.hpp"
|
||||
|
@@ -5,6 +5,8 @@
|
||||
// Created by Phil on 13/11/2010.
|
||||
// Copyright 2010 Two Blue Cubes Ltd. All rights reserved.
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@@ -5,6 +5,8 @@
|
||||
// Created by Phil on 13/11/2010.
|
||||
// Copyright 2010 Two Blue Cubes Ltd. All rights reserved.
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#import "TestObj.h"
|
||||
|
||||
|
Reference in New Issue
Block a user