From: Philip Chimento Date: Sat, 31 Aug 2013 19:32:09 +0000 (-0700) Subject: Supress warnings in Glulxe X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=00bc4b6d70bd54eff4cf66bb105d4cd1d1df8907 Supress warnings in Glulxe --- diff --git a/interpreters/glulxe/Makefile.am b/interpreters/glulxe/Makefile.am index f3da057..df954e7 100644 --- a/interpreters/glulxe/Makefile.am +++ b/interpreters/glulxe/Makefile.am @@ -4,6 +4,7 @@ glulxe_la_SOURCES = accel.c exec.c files.c funcs.c gestalt.c gestalt.h glkop.c \ serial.c string.c unixstrt.c vm.c float.c glulxe_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara -DOS_UNIX glulxe_la_CFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-unused \ + -Wno-strict-aliasing -Wno-maybe-uninitialized \ $(AM_CFLAGS) glulxe_la_LDFLAGS = -module $(PLUGIN_LIBTOOL_FLAGS)