Plugin refactorization should be finished, no more need for these flags

pull/1977/head
jsteube 5 years ago
parent 56ecfc3991
commit 91d9475c11

@ -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)

Loading…
Cancel
Save