From 7bd355d759d8943b411f73ac87b9de377f94f0d6 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sat, 2 Mar 2019 12:17:07 -0330 Subject: [PATCH] Fix another warning from clang8. - This one isn't serious at all, but my OCD doesn't allow any warnings to pass :) --- src/common/main.cxx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/common/main.cxx b/src/common/main.cxx index 2d51cae09..097893c06 100644 --- a/src/common/main.cxx +++ b/src/common/main.cxx @@ -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[],