commit | df3fd1d12823e3241df52b9ad48d5e1f5de21262 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Aug 12 14:54:16 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Wed Aug 12 14:54:16 2015 -0700 |
tree | 7929f9d653659078b139fa10943f9ed0cf96422d | |
parent | 8f301ff10d037e4305775c55ce9be6fcb93a8134 [diff] |
Never allow -w. Apparently -w will disable all warnings on GCC regardless of ordering (clang will still respect ordering so warnings that are enabled after -w are still respected). This is insane. Strip -w from the cflags. Anyone that wants this flag should be turning off the specific warnings (or just fix them), not disabling all warnings. Change-Id: I2ba065637dfdc192921da4d9adbdc63b728c166f