Take out -Wno-invalid-encoding - GCC doesn't support this, and

too much of a pain to selectively take it out
This commit is contained in:
twinaphex 2015-07-18 22:48:45 +02:00
parent 49931f4df7
commit f3f238381f

View File

@ -251,10 +251,6 @@ ifeq ($(HAVE_PYTHON), 1)
endif
endif
ifeq ($(OSX), 1)
DEFINES += -Wno-invalid-source-encoding
endif
ifeq ($(HAVE_EMSCRIPTEN), 1)
OBJ += frontend/drivers/platform_emscripten.o \
input/drivers/rwebinput_input.o \