mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 20:56:00 +01:00
drop -Wno-format-zero (not needed anymore)
This commit is contained in:
parent
335fdbb533
commit
fb0b700c9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue