mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 10:21:48 +00:00
XCode: Suppress warnings about unknown warnings
This commit is contained in:
parent
fd939cee76
commit
18bcd519e0
@ -5735,7 +5735,6 @@
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-isystem",
|
||||
./Headers,
|
||||
"-Wno-unused-local-typedefs",
|
||||
);
|
||||
PRODUCT_NAME = Wesnoth;
|
||||
SDKROOT = "";
|
||||
@ -5837,7 +5836,11 @@
|
||||
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
|
||||
LIBRARY_SEARCH_PATHS = ./lib;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_CFLAGS = "-Wall";
|
||||
OTHER_CFLAGS = (
|
||||
"-Wall",
|
||||
"-Wno-unused-local-typedefs",
|
||||
"-Wno-unknown-warning-option",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lz",
|
||||
"-lbz2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user