Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index cbea95780ec9259301466486890457d51b26eb90..4853be3e4d734f786e6f8c2fcd82149f35d669e3 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3146,11 +3146,6 @@ |
# Don't warn about hash_map in third-party code. |
'-Wno-deprecated', |
], |
- 'cflags': [ |
- # Don't warn about printf format problems. |
- # This is off by default in gcc but on in Ubuntu's gcc(!). |
- '-Wno-format', |
- ], |
}], |
[ 'os_posix==1 and clang!=1 and OS!="mac" and OS!="ios"', { |
# When we don't control the compiler, don't use -Wall for |