Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / remote_bitrate_estimator / BUILD.gn
index cc643da..36af77e 100644 (file)
@@ -16,4 +16,10 @@ source_set("remote_bitrate_estimator") {
   ]
 
   configs += [ "../../:common_inherited_config"]
+
+  if (is_clang) {
+    # Suppress warnings from Chrome's Clang plugins.
+    # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
+    configs -= [ "//build/config/clang:find_bad_constructs" ]
+  }
 }