[ctrtool] removed silenced warning for hacky code.

This commit is contained in:
jakcron
2016-01-08 20:50:44 +08:00
parent 9b4415a7a0
commit ed286878bd
+1 -1
View File
@@ -16,7 +16,7 @@ else
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
# OS X
CFLAGS += -Wno-unused-local-typedef
CFLAGS +=
LIBS += -liconv
else
# Linux