mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Removed a couple of noisy warnings
This commit is contained in:
parent
4094e7fe3d
commit
6e74b5c7ed
@ -386,11 +386,9 @@
|
||||
USER_HEADER_SEARCH_PATHS = ../../include;
|
||||
WARNING_CFLAGS = (
|
||||
"-Winit-self",
|
||||
"-Wmissing-include-dirs",
|
||||
"-Wswitch-enum",
|
||||
"-Wunused",
|
||||
"-Wredundant-decls",
|
||||
"-Wsign-promo",
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
@ -408,11 +406,9 @@
|
||||
USER_HEADER_SEARCH_PATHS = ../../include;
|
||||
WARNING_CFLAGS = (
|
||||
"-Winit-self",
|
||||
"-Wmissing-include-dirs",
|
||||
"-Wswitch-enum",
|
||||
"-Wunused",
|
||||
"-Wredundant-decls",
|
||||
"-Wsign-promo",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
|
Loading…
Reference in New Issue
Block a user