1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00

Add -Wshadow to CMakeLists and fix offenders

This commit is contained in:
Michał Janiszewski
2017-01-12 21:45:37 +01:00
parent 2a435bfdae
commit cf670deb10
12 changed files with 100 additions and 102 deletions

View File

@@ -25,8 +25,6 @@
extern "C"
{
int gSpriteMode = 0;
int cmdline_for_sprite(const char **argv, int argc);
}
static const char * _mode;