| commit | 77bbd6bb17ef926dbc3465a697be527a8c6e0941 | [log] [tgz] |
|---|---|---|
| author | Yunlian Jiang <[email protected]> | Thu Apr 11 22:08:53 2013 |
| committer | ChromeBot <[email protected]> | Fri Apr 12 17:13:56 2013 |
| tree | 933dc61ef690ca77ad5557123455b289bced1865 | |
| parent | 032ff613eb49ebc52209ca1d21d1a3bbca7afa00 [diff] |
bootcache: remove Wformat from common.mk
The Makefile has "CFLAGS += -Wformat=0", the common.mk has
"COMMON_CFLAGS := -Wall -Werror -fno-strict-aliasing -O1 -Wformat=2"
This one overides the CFLAGS in make file and cause clang syntax check
fail.
BUG=chromium:230617
TEST=CFLAGS="-clang -print-cmdline" CXXFLAGS="-clang -print-cmdline"
emerge-x86-alex bootcache passes
Change-Id: Ia68b70f890dad8152b741d2ee39724a1fe412fc8
Reviewed-on: https://gerrit.chromium.org/gerrit/47915
Reviewed-by: Paul Taysom <[email protected]>
Commit-Queue: Yunlian Jiang <[email protected]>
Tested-by: Yunlian Jiang <[email protected]>