dont want about unused results

This commit is contained in:
anon 2024-11-10 13:14:16 +01:00
parent 8a994ae025
commit 69c2a699ce

@ -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