Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

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

Open
GWRon opened this issue Apr 1, 2015 · 0 comments
Open

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

GWRon opened this issue Apr 1, 2015 · 0 comments

Comments

@GWRon
Copy link

GWRon commented Apr 1, 2015

#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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant