Skip to content

Commit

Permalink
[ctrtool] removed silenced warning for hacky code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcron committed Jan 8, 2016
1 parent 9b4415a commit ed28687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctrtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed28687

Please sign in to comment.