about summary refs log tree commit diff stats
path: root/common.gypi
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2016-05-26 02:50:14 -0400
committerFedor Indutny <fedor@indutny.com>2016-05-26 02:50:14 -0400
commit27b6c247c5a19e0fe812c9fc9df1a56d5350ade7 (patch)
tree64e62f0ca552cc50c694c9b2998148653a746324 /common.gypi
parentefbf1ba3234e62f74b538c74dc4b9a4c850a47da (diff)
downloaduv_link_t-27b6c247c5a19e0fe812c9fc9df1a56d5350ade7.tar.gz
src: move methods to separate read-only structure
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi5
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",
       ],