mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReport: Added default repsonse to keep compiler quiet
This commit is contained in:
parent
ac1eeb6485
commit
fd44d6f35f
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ static std::string findExtension (
|
||||||
for (auto& script : scripts)
|
for (auto& script : scripts)
|
||||||
if (File (script).name () == matches[0])
|
if (File (script).name () == matches[0])
|
||||||
return script;
|
return script;
|
||||||
|
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue