summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/lldb.xcodeproj/project.pbxproj6
-rw-r--r--lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj3
2 files changed, 9 insertions, 0 deletions
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj
index 6213902439c..6d6edf0e50e 100644
--- a/lldb/lldb.xcodeproj/project.pbxproj
+++ b/lldb/lldb.xcodeproj/project.pbxproj
@@ -2759,6 +2759,7 @@
OTHER_CFLAGS = (
"-DFOR_DYLD=0",
"-DSUPPORT_REMOTE_UNWINDING",
+ "-Wparentheses",
);
OTHER_CPLUSPLUSFLAGS = (
"-fno-rtti",
@@ -2811,6 +2812,7 @@
OTHER_CFLAGS = (
"-DFOR_DYLD=0",
"-DSUPPORT_REMOTE_UNWINDING",
+ "-Wparentheses",
);
OTHER_CPLUSPLUSFLAGS = (
"-fno-rtti",
@@ -2871,6 +2873,7 @@
INFOPLIST_FILE = "lldb-Info.plist";
INSTALL_PATH = /Developer/usr/bin;
LIBRARY_SEARCH_PATHS = "$(inherited)";
+ OTHER_CFLAGS = "-Wparentheses";
OTHER_LDFLAGS = (
"-sectcreate",
__TEXT,
@@ -2918,6 +2921,7 @@
OTHER_CFLAGS = (
"-DFOR_DYLD=0",
"-DSUPPORT_REMOTE_UNWINDING",
+ "-Wparentheses",
);
OTHER_CPLUSPLUSFLAGS = (
"-fno-rtti",
@@ -2959,6 +2963,7 @@
INSTALL_PATH = /Developer/usr/bin;
LIBRARY_SEARCH_PATHS = "$(inherited)";
ONLY_ACTIVE_ARCH = YES;
+ OTHER_CFLAGS = "-Wparentheses";
OTHER_LDFLAGS = (
"-sectcreate",
__TEXT,
@@ -2996,6 +3001,7 @@
INFOPLIST_FILE = "lldb-Info.plist";
INSTALL_PATH = /Developer/usr/bin;
LIBRARY_SEARCH_PATHS = "$(inherited)";
+ OTHER_CFLAGS = "-Wparentheses";
OTHER_LDFLAGS = (
"-sectcreate",
__TEXT,
diff --git a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
index 14f84acc9f9..0bb7587f847 100644
--- a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
+++ b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
@@ -501,6 +501,7 @@
GCC_PREPROCESSOR_DEFINITIONS = LLDB_DEBUGSERVER;
INSTALL_PATH = /Developer/usr/bin;
LLDB_DEBUGSERVER = 1;
+ OTHER_CFLAGS = "-Wparentheses";
OTHER_LDFLAGS = (
"-sectcreate",
__TEXT,
@@ -532,6 +533,7 @@
GCC_PREPROCESSOR_DEFINITIONS = LLDB_DEBUGSERVER;
INSTALL_PATH = /Developer/usr/bin;
LLDB_DEBUGSERVER = 1;
+ OTHER_CFLAGS = "-Wparentheses";
OTHER_LDFLAGS = (
"-sectcreate",
__TEXT,
@@ -561,6 +563,7 @@
GCC_PREPROCESSOR_DEFINITIONS = LLDB_DEBUGSERVER;
INSTALL_PATH = /Developer/usr/bin;
LLDB_DEBUGSERVER = 1;
+ OTHER_CFLAGS = "-Wparentheses";
OTHER_LDFLAGS = (
"-sectcreate",
__TEXT,
OpenPOWER on IntegriCloud