Removed a couple of noisy warnings

This commit is contained in:
Phil Nash 2011-09-30 07:30:03 +01:00
parent 4094e7fe3d
commit 6e74b5c7ed
1 changed files with 0 additions and 4 deletions

View File

@ -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;