Skip to content

Commit

Permalink
Fixed issues after Clang static analyzer.
Browse files Browse the repository at this point in the history
  • Loading branch information
igormironchik committed Jul 13, 2017
1 parent e31b6d3 commit 3c8e328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Args/help_printer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ HelpPrinter::print( const String & name, OutStreamType & to )

gmaxFlag += 2;
gmaxName += 2;
gmaxCommand += 2;
// gmaxCommand += 2;

// Prepare arguments of command.
std::list< ArgIface* > required;
Expand All @@ -472,7 +472,7 @@ HelpPrinter::print( const String & name, OutStreamType & to )

maxFlag += 2;
maxName += 2;
maxCommand += 2;
// maxCommand += 2;

// Print.
printString( to, splitToWords( cmd->longDescription() ), 0, 0, 0 );
Expand Down

0 comments on commit 3c8e328

Please sign in to comment.