Don't need to ignore unused functions on linux because I reverted the static commit.

This commit is contained in:
nah
2016-09-04 10:47:35 -05:00
parent 8e6716645e
commit e12cef36e2

View File

@ -8,7 +8,6 @@ CFLAGS += -Wno-missing-prototypes
endif endif
ifeq ($(shell uname -s), Linux) ifeq ($(shell uname -s), Linux)
CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror
CFLAGS += -Wno-unused-function
endif endif
#DEBUG = -O0 -g #DEBUG = -O0 -g
CFLAGS += $(DEBUG) CFLAGS += $(DEBUG)