mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
BASE: Silence compiler warning
This commit is contained in:
parent
c99f548212
commit
1bb10c0b3d
@ -55,12 +55,14 @@ namespace Base {
|
||||
|
||||
#ifndef DISABLE_COMMAND_LINE
|
||||
|
||||
#if defined(__DS__)
|
||||
static const char USAGE_STRING[] =
|
||||
"%s: %s\n"
|
||||
"Usage: %s [OPTIONS]... [GAME]\n"
|
||||
"\n"
|
||||
"Try '%s --help' for more options.\n"
|
||||
;
|
||||
#endif
|
||||
|
||||
// DONT FIXME: DO NOT ORDER ALPHABETICALLY, THIS IS ORDERED BY IMPORTANCE/CATEGORY! :)
|
||||
#if defined(ANDROID) || defined(__DS__) || defined(__3DS__)
|
||||
|
Loading…
Reference in New Issue
Block a user