Build
- Enabled compiler warnings, which were off. Yikes. - Fixed all compiler warnings on OSX.
This commit is contained in:
@@ -39,7 +39,7 @@ CmdExec::CmdExec ()
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int CmdExec::execute (const std::string& command_line, std::string& output)
|
||||
int CmdExec::execute (const std::string& command_line, std::string&)
|
||||
{
|
||||
return system (command_line.c_str ());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user