- removed std99 and pedantic flags for GCC (caused annoying warnings

with variable argumented macros).
This commit is contained in:
Gilad Arnold 2005-02-03 20:39:11 +00:00
parent a27787b2fa
commit c3229723ab

View file

@ -1,3 +1,3 @@
lib_LIBRARIES=libpobj.a
libpobj_a_SOURCES=xmem.c hash.c pobj.c
AM_CFLAGS= -g -Wall -pedantic -std=gnu99
AM_CFLAGS= -g -Wall # -pedantic -std=gnu99