mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +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",
|
||||
);
|
||||
|
Reference in New Issue
Block a user