Chromium Code Reviews| Index: gyp/lua.gyp |
| diff --git a/gyp/lua.gyp b/gyp/lua.gyp |
| index 9991e7343c7ab14d36e54083c91f2f7e8f499aab..e0ad23a02242563438391229ea0c7a9f65e3029f 100644 |
| --- a/gyp/lua.gyp |
| +++ b/gyp/lua.gyp |
| @@ -59,6 +59,16 @@ |
| 'defines': [ |
| "getlocaledecpoint()='.'", |
| ], |
| + 'cflags': [ |
| + '-Wno-parentheses-equality', |
| + '-Wno-pointer-bool-conversion', |
| + ], |
| + 'xcode_settings': { |
| + 'WARNING_CFLAGS': [ |
| + '-Wno-parentheses-equality', |
| + '-Wno-pointer-bool-conversion', |
| + ], |
| + }, |
| 'conditions': [ |
| ['skia_os != "win"', |
| { |