From 91d9475c11bc87b8b8df8779cbd092b25b75a3d9 Mon Sep 17 00:00:00 2001 From: jsteube Date: Wed, 3 Apr 2019 20:55:06 +0200 Subject: [PATCH] Plugin refactorization should be finished, no more need for these flags --- src/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Makefile b/src/Makefile index 0d7e01c22..c2a3c2f8a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -168,10 +168,6 @@ ifeq ($(CC),clang) CFLAGS += -Wno-enum-conversion endif -## is very annoying during refactor -CFLAGS += -Wno-unused-variable -CFLAGS += -Wno-unused-function - ifeq ($(DEBUG),0) CFLAGS += -O2 ifneq ($(UNAME),Darwin)