Xcode project: don't show warnings for third-party code (release build)

This was already done for the debug build in commit
8567a0d616, added for the release build
as well here.
This commit is contained in:
mattsc 2014-01-22 06:26:01 -08:00
parent d9659f69b4
commit 1012bd0aff

View file

@ -4957,6 +4957,11 @@
"$(inherited)",
"\"$(SRCROOT)/lib\"",
);
"OTHER_CPLUSPLUSFLAGS[arch=*]" = (
"$(OTHER_CFLAGS)",
"-isystem",
./Headers,
);
PRODUCT_NAME = Wesnoth;
WRAPPER_EXTENSION = app;
};