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:
Stephen Anthony 2019-03-02 12:17:07 -03:30
parent abc3b3a32b
commit 7bd355d759
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ void parseCommandLine(int ac, char* av[],
*/
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[],