mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 11:19:51 +02:00
fix a ton of build server warnings (they were all the same)
This commit is contained in:
@@ -388,7 +388,7 @@ if not msvc:
|
|||||||
env.Append(CXXFLAGS=['-std=gnu++98'])
|
env.Append(CXXFLAGS=['-std=gnu++98'])
|
||||||
else:
|
else:
|
||||||
env.Append(CXXFLAGS=['-std=c++98'])
|
env.Append(CXXFLAGS=['-std=c++98'])
|
||||||
env.Append(CXXFLAGS=['-Wno-invalid-offsetof'])
|
env.Append(CXXFLAGS=['-Wno-invalid-offsetof', '-Wno-unused-result'])
|
||||||
|
|
||||||
|
|
||||||
#Add platform specific flags and defines
|
#Add platform specific flags and defines
|
||||||
|
@@ -6,4 +6,4 @@ void ClipboardPush(std::string text);
|
|||||||
std::string ClipboardPull();
|
std::string ClipboardPull();
|
||||||
int GetModifiers();
|
int GetModifiers();
|
||||||
bool LoadWindowPosition(int scale);
|
bool LoadWindowPosition(int scale);
|
||||||
void SetCursorEnabled(int enabled);
|
void SetCursorEnabled(int enabled);
|
||||||
|
Reference in New Issue
Block a user