* configure.ac: Do not enable -Wmissing-noreturn as its

usefulness is limited and creates problems on some OS notably with
	code generated by bison.

	Also-By: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
neil 2013-09-23 13:48:10 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent c248781a83
commit 5830df88da
3 changed files with 10 additions and 3 deletions

View file

@ -44,7 +44,7 @@ library = {
library = {
name = libgrubmods.a;
cflags = '$(CFLAGS_POSIX) -Wno-undef -Wno-error=missing-noreturn';
cflags = '$(CFLAGS_POSIX) -Wno-undef';
cppflags = '-I$(top_srcdir)/grub-core/lib/minilzo -I$(srcdir)/grub-core/lib/xzembed -DMINILZO_HAVE_CONFIG_H';
common_nodist = grub_script.tab.c;