mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +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;
|
USER_HEADER_SEARCH_PATHS = ../../include;
|
||||||
WARNING_CFLAGS = (
|
WARNING_CFLAGS = (
|
||||||
"-Winit-self",
|
"-Winit-self",
|
||||||
"-Wmissing-include-dirs",
|
|
||||||
"-Wswitch-enum",
|
"-Wswitch-enum",
|
||||||
"-Wunused",
|
"-Wunused",
|
||||||
"-Wredundant-decls",
|
"-Wredundant-decls",
|
||||||
"-Wsign-promo",
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
@ -408,11 +406,9 @@
|
|||||||
USER_HEADER_SEARCH_PATHS = ../../include;
|
USER_HEADER_SEARCH_PATHS = ../../include;
|
||||||
WARNING_CFLAGS = (
|
WARNING_CFLAGS = (
|
||||||
"-Winit-self",
|
"-Winit-self",
|
||||||
"-Wmissing-include-dirs",
|
|
||||||
"-Wswitch-enum",
|
"-Wswitch-enum",
|
||||||
"-Wunused",
|
"-Wunused",
|
||||||
"-Wredundant-decls",
|
"-Wredundant-decls",
|
||||||
"-Wsign-promo",
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
|
Loading…
Reference in New Issue
Block a user