CmdReport: Added default repsonse to keep compiler quiet

This commit is contained in:
Paul Beckingham 2016-03-26 12:38:32 -04:00
parent ac1eeb6485
commit fd44d6f35f

View file

@ -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 "";
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////