mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Removed a couple of noisy warnings
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user