From e12cef36e2d99c57dd90b3f671e725fee6cdde8c Mon Sep 17 00:00:00 2001 From: nah <2trill2spill@gmail.com> Date: Sun, 4 Sep 2016 10:47:35 -0500 Subject: [PATCH] Don't need to ignore unused functions on linux because I reverted the static commit. --- test/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index bdd5c16..6c1120f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -8,7 +8,6 @@ CFLAGS += -Wno-missing-prototypes endif ifeq ($(shell uname -s), Linux) CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror -CFLAGS += -Wno-unused-function endif #DEBUG = -O0 -g CFLAGS += $(DEBUG) -- GitLab