Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / opus / opus_nacl.gyp
index a93a817..c4287c2 100644 (file)
@@ -3,9 +3,6 @@
 # found in the LICENSE file.
 
 {
-  'variables': {
-    'werror': '',
-  },
   'includes': [
     '../../native_client/build/untrusted.gypi',
   ],
         '<@(opus_common_sources)',
         '<@(opus_float_sources)',
       ],
+      # Suppress a warning given by opus_decoder.c that tells us
+      # optimizations are turned off.
+      'cflags': [
+        '-Wno-#pragma-messages',
+      ],
     },  # end of target 'opus_nacl'
   ],
 }