mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 21:27:19 +02:00
Build: Resolve some more compiler warnings
This commit is contained in:
parent
73f4f55e0a
commit
690d9493f0
7 changed files with 3 additions and 37 deletions
|
@ -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 ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue