Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / gn / secondary / sdch / BUILD.gn
index 5e13403..73f3afb 100644 (file)
@@ -52,4 +52,11 @@ static_library("sdch") {
   }
 
   deps = [ "//third_party/zlib" ]
+
+  if (is_clang) {
+    cflags = [
+      # TODO(mostynb): remove this if open-vcdiff is ever updated for c++11:
+      "-Wno-deprecated-declarations",
+    ]
+  }
 }