Suppress warnings of zero-length format strings (caused by previous fix)

This commit is contained in:
int3 2010-05-14 17:30:35 +08:00
parent ac0445457c
commit bb774d8c4f

View File

@ -15,7 +15,7 @@ INCS = -I. -I/usr/include ${GTK_INC}
LIBS = -lc ${GTK_LIB} -lpthread
# flags
CFLAGS += -std=c99 -pedantic -Wall $(INCS)
CFLAGS += -std=c99 -pedantic -Wall -Wno-format-zero-length $(INCS)
# debug
DFLAGS = -g