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

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

@GWRon

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions