summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2016-02-17 17:56:41 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2016-02-17 17:56:41 +0100
commit5cae910665ac0de9e409e3b606232cd66854081e (patch)
treedab4309984a28afedb882c62620f0a650ca67da1 /conf
parent25492a0f047cb7a6583ae195568599c296a604d6 (diff)
Fix warnings when compiling with -O3
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/Makefile.common b/conf/Makefile.common
index 11296b550..6db04343a 100644
--- a/conf/Makefile.common
+++ b/conf/Makefile.common
@@ -65,7 +65,7 @@ grubconfdir = $(sysconfdir)/grub.d
platformdir = $(pkglibdir)/$(target_cpu)-$(platform)
starfielddir = $(pkgdatadir)/themes/starfield
-CFLAGS_GNULIB = -Wno-undef -Wno-sign-compare -Wno-unused -Wno-unused-parameter -Wno-redundant-decls -Wno-unreachable-code -Wno-conversion
+CFLAGS_GNULIB = -Wno-undef -Wno-sign-compare -Wno-unused -Wno-unused-parameter -Wno-redundant-decls -Wno-unreachable-code -Wno-conversion -Wno-maybe-uninitialized
CPPFLAGS_GNULIB = -I$(top_builddir)/grub-core/gnulib -I$(top_srcdir)/grub-core/gnulib
CFLAGS_POSIX = -fno-builtin