Added compiler flag to ignore unused results

This commit is contained in:
2015-01-13 09:17:21 +01:00
parent 6a35c235be
commit da377c6c7f
+1 -1
View File
@@ -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