diff options
Diffstat (limited to 'lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj')
| -rw-r--r-- | lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj | 3 |
1 files changed, 3 insertions, 0 deletions
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, |

