Tweak to avoid warnings in frotz
authorfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Fri, 11 Sep 2009 19:08:14 +0000 (19:08 +0000)
committerfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Fri, 11 Sep 2009 19:08:14 +0000 (19:08 +0000)
interpreters/frotz/Makefile.am

index 82f9c28237205eac07e653e6d8cd0668535d9fc5..02d88efc188bee624f3428f5cb71704cdd4565b4 100644 (file)
@@ -5,6 +5,7 @@ frotz_la_SOURCES = buffer.c err.c fastmem.c files.c input.c main.c math.c \
        object.c process.c quetzal.c random.c redirect.c sound.c stream.c table.c \
        text.c variable.c glkscreen.c glkmisc.c frotz.h glkfrotz.h glkio.h setup.h
 frotz_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara
+frotz_la_CFLAGS = -Wno-pointer-sign $(AM_CFLAGS)
 frotz_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
 
 frotzdocdir = $(datadir)/doc/$(PACKAGE)/frotz