diff options
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi index 3a9c481..dd1b08c 100644 --- a/common.gypi +++ b/common.gypi @@ -36,6 +36,10 @@ } }, + "cflags": [ + "-Wno-unused-function", + ], + "xcode_settings": { "GCC_VERSION": "com.apple.compilers.llvm.clang.1_0", "GCC_WARN_ABOUT_MISSING_NEWLINE": "YES", # -Wnewline-eof @@ -49,6 +53,7 @@ "-Wendif-labels", "-W", "-Wno-unused-parameter", + "-Wno-unused-function", "-Wundeclared-selector", "-Wno-parentheses-equality", ], |