dont want about unused results
This commit is contained in:
parent
8a994ae025
commit
69c2a699ce
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
LIBS:=ncurses readline
|
||||
|
||||
CFLAGS += $(if $(SAN),-fsanitize=${SAN})
|
||||
CFLAGS += $(if $(SAN),-fsanitize=${SAN}) -Wno-unused-result
|
||||
CPPFLAGS:=-I config/ ${shell pkg-config --cflags ${LIBS}}
|
||||
LDLIBS=${shell pkg-config --libs ${LIBS}}
|
||||
LEX:=flex
|
||||
|
Loading…
x
Reference in New Issue
Block a user