summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2016-01-04 12:07:23 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-04 20:09:08 +0000
commit932e1e5939963b5b67019f428e8f209246069a44 (patch)
tree2e386eddd444070d678ee7bdd9994418e93153c3 /build/common.gypi
parentd0244a125b49d1daa29ecf7e1b7ca7c84f214994 (diff)
downloadchromium_src-932e1e5939963b5b67019f428e8f209246069a44.zip
chromium_src-932e1e5939963b5b67019f428e8f209246069a44.tar.gz
chromium_src-932e1e5939963b5b67019f428e8f209246069a44.tar.bz2
Enable -Wformat in linux, android, chromeos, cast builds.
No behavior change. BUG=573780 Review URL: https://codereview.chromium.org/1551313002 Cr-Commit-Position: refs/heads/master@{#367353}
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/common.gypi b/build/common.gypi
index c62e8b8..5efa569 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