Seamly2D
Seamly2D copied to clipboard
Build: pragma message incorrect format
20 files have a pragma message to show during compilation regarding precompiled headers. For example: #pragma message("Compiling precompiled headers for Seamly2D.\n")
The problem is the \n isn't necessary and it creates a distracting message in the build logs.