diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index a4328bb..c22fb5c 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -704,7 +704,8 @@ '-pthread', '-fno-exceptions', '-Wall', - '-Wextra', + # TODO(evan): turn this back on once all the builds work. + # '-Wextra', # Don't warn about unused function params. We use those everywhere. '-Wno-unused-parameter', # Don't warn about the "struct foo f = {0};" initialization pattern. |