commit | f6851759e71645b62bc907785edfbfafd34787ae | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Jun 04 13:17:21 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Jun 04 13:17:20 2013 -0700 |
tree | 1faa8ffc87c094375647386c3312cbf71c7dfcee | |
parent | 2118aae34d76c7817960d5ae8c27481362b01e9a [diff] | |
parent | d95a81408916dbc98697841158c3da1c3d89087c [diff] |
Merge "Turn off -Wmaybe-uninitialized when building with -Os"
diff --git a/Makefile b/Makefile index 75b36ae..be32c2f 100644 --- a/Makefile +++ b/Makefile
@@ -563,7 +563,7 @@ all: vmlinux ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE -KBUILD_CFLAGS += -Os +KBUILD_CFLAGS += -Os $(call cc-disable-warning,maybe-uninitialized,) else KBUILD_CFLAGS += -O2 endif