aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/libjpeg.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/libjpeg.gyp')
-rw-r--r--gyp/libjpeg.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp
index 5780b27e44..a9d6aefa0b 100644
--- a/gyp/libjpeg.gyp
+++ b/gyp/libjpeg.gyp
@@ -89,6 +89,8 @@
['OS=="android"', {
'cflags!': [
'-fno-rtti', # supresses warnings about invalid option of non-C++ code
+ '-Wall',
+ '-Werror',
],
}],
],