Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanxw committed May 2, 2014
1 parent bbe3748 commit 32750c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Argument.h
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class ParameterParser{
continue;
}

// bool isLongParam = false; // I did not make use of this variable.
bool isLongParam = false; // I did not make use of this variable.
unsigned int choppedLeadingDash = 0;
// user may input ---flag, ----flag, ..., and we will chop all leading -
// user may also input ---, ----, but I don't understand what that means, so report error
Expand Down

0 comments on commit 32750c4

Please sign in to comment.