[syslinux:master] MCONFIG: add -Wno-error to .lnx files

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Thu Jul 1 14:24:06 PDT 2010


Commit-ID:  55574c609a2f5ca69e98e5ec57eb909190d12061
Gitweb:     http://syslinux.zytor.com/commit/55574c609a2f5ca69e98e5ec57eb909190d12061
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Thu, 1 Jul 2010 14:21:14 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Thu, 1 Jul 2010 14:21:14 -0700

MCONFIG: add -Wno-error to .lnx files

Again, .lnx files are test vehicles... erroring out due to warnings
makes no sense.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 com32/MCONFIG |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/MCONFIG b/com32/MCONFIG
index 8165612..a74ed32 100644
--- a/com32/MCONFIG
+++ b/com32/MCONFIG
@@ -59,7 +59,7 @@ LDFLAGS    = -m elf_i386 --emit-relocs -T $(COM32LD)
 LIBGCC    := $(shell $(CC) $(GCCOPT) --print-libgcc)
 
 LNXCFLAGS  = -I$(com32)/libutil/include $(GCCWARN) -O -g \
-	     -D_GNU_SOURCE -D_FORTIFY_SOURCE=0
+	     -D_GNU_SOURCE -D_FORTIFY_SOURCE=0 -Wno-error
 LNXSFLAGS  = -g
 LNXLDFLAGS = -g
 



More information about the Syslinux-commits mailing list