drop -Wno-format-zero (not needed anymore)

This commit is contained in:
Sebastian Ramacher 2010-12-02 12:27:47 +01:00
parent 335fdbb533
commit fb0b700c9e

View file

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