From da377c6c7f16ebfb6dbbdca5cd837d68f39cc598 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 13 Jan 2015 09:17:21 +0100 Subject: [PATCH] Added compiler flag to ignore unused results --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27f5cc57..dcf9240a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ USE_LDAP = 0 ############################################################# # Default compilation flags unless stated otherwise. -CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -W -Wall -Wno-deprecated-declarations +CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -W -Wall -Wno-deprecated-declarations -Wno-unused-result CC = gcc IFLAGS = -kr -nut -i3 -l110