From 69c2a699cead492a18079fddce07c7c22495b846 Mon Sep 17 00:00:00 2001 From: anon <anon@anon.anon> Date: Sun, 10 Nov 2024 13:14:16 +0100 Subject: [PATCH] dont want about unused results --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97c7309..d26f217 100644 --- a/Makefile +++ b/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