OSDN Git Service

Never allow -w.
authorDan Albert <danalbert@google.com>
Wed, 12 Aug 2015 21:54:16 +0000 (14:54 -0700)
committerDan Albert <danalbert@google.com>
Wed, 12 Aug 2015 21:54:16 +0000 (14:54 -0700)
commitdf3fd1d12823e3241df52b9ad48d5e1f5de21262
tree7929f9d653659078b139fa10943f9ed0cf96422d
parent8f301ff10d037e4305775c55ce9be6fcb93a8134
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
core/binary.mk