mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-06 08:49:04 +00:00
[ctrtool] removed silenced warning for hacky code.
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ else
|
|||||||
UNAME_S := $(shell uname -s)
|
UNAME_S := $(shell uname -s)
|
||||||
ifeq ($(UNAME_S),Darwin)
|
ifeq ($(UNAME_S),Darwin)
|
||||||
# OS X
|
# OS X
|
||||||
CFLAGS += -Wno-unused-local-typedef
|
CFLAGS +=
|
||||||
LIBS += -liconv
|
LIBS += -liconv
|
||||||
else
|
else
|
||||||
# Linux
|
# Linux
|
||||||
|
|||||||
Reference in New Issue
Block a user