Build: Resolve some more compiler warnings
This commit is contained in:
@@ -163,7 +163,6 @@ int CmdConfig::execute (std::string& output)
|
||||
if (words.size ())
|
||||
{
|
||||
bool confirmation = context.config.getBoolean ("confirmation");
|
||||
bool change = false;
|
||||
bool found = false;
|
||||
|
||||
std::string name = words[0];
|
||||
|
||||
@@ -39,8 +39,6 @@
|
||||
|
||||
extern Context context;
|
||||
|
||||
static const float epsilon = 0.000001;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
CmdInfo::CmdInfo ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user