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