mirror of https://github.com/stella-emu/stella.git
Fix another warning from clang8.
- This one isn't serious at all, but my OCD doesn't allow any warnings to pass :)
This commit is contained in:
parent
abc3b3a32b
commit
7bd355d759
|
@ -67,6 +67,12 @@ void parseCommandLine(int ac, char* av[],
|
||||||
*/
|
*/
|
||||||
void checkForCustomBaseDir(Settings::Options& options);
|
void checkForCustomBaseDir(Settings::Options& options);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Checks whether the commandline contains an argument corresponding to
|
||||||
|
starting a profile session.
|
||||||
|
*/
|
||||||
|
bool isProfilingRun(int ac, char* av[]);
|
||||||
|
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
void parseCommandLine(int ac, char* av[],
|
void parseCommandLine(int ac, char* av[],
|
||||||
|
|
Loading…
Reference in New Issue