monkey icon indicating copy to clipboard operation
monkey copied to clipboard

'-Sign in android-title leads to warning in GLFW-target

Open GWRon opened this issue 10 years ago • 0 comments

#ANDROID_APP_LABEL="Ape's Banana Conquest"

leads to the following lines when compiling for GLFW:

TRANS monkey compiler V1.80
Parsing...
Semanting...
Translating...
Building...
g++  -O3 -DNDEBUG -Wno-deprecated-declarations -Wno-free-nonheap-object -Wno-unused-result -I../glfw/include -I../glfw/lib -I../glfw/lib/x11 -I../openal/include -I../stb -D_GLFW_HAS_GLXGETPROCADDRESS -D_GLFW_USE_LINUX_JOYSTICKS -pthread  -c -o ../main.o ../main.cpp
../main.cpp:5:34: warning: missing terminating ' character [enabled by default]
 #define CFG_ANDROID_APP_LABEL Ape's Banana Conquest
                                  ^

Seems it does not get encoded correctly.

GWRon avatar Apr 01 '15 07:04 GWRon