mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 21:44:20 +01:00
Suppress warnings of zero-length format strings (caused by previous fix)
This commit is contained in:
parent
ac0445457c
commit
bb774d8c4f
@ -15,7 +15,7 @@ INCS = -I. -I/usr/include ${GTK_INC}
|
|||||||
LIBS = -lc ${GTK_LIB} -lpthread
|
LIBS = -lc ${GTK_LIB} -lpthread
|
||||||
|
|
||||||
# flags
|
# flags
|
||||||
CFLAGS += -std=c99 -pedantic -Wall $(INCS)
|
CFLAGS += -std=c99 -pedantic -Wall -Wno-format-zero-length $(INCS)
|
||||||
|
|
||||||
# debug
|
# debug
|
||||||
DFLAGS = -g
|
DFLAGS = -g
|
||||||
|
Loading…
Reference in New Issue
Block a user