From 3c8e32872c72ffe87f56ae5cbb157314f513b071 Mon Sep 17 00:00:00 2001 From: Igor Mironchik Date: Thu, 13 Jul 2017 18:58:25 +0300 Subject: [PATCH] Fixed issues after Clang static analyzer. --- Args/help_printer.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Args/help_printer.hpp b/Args/help_printer.hpp index fbb2d90c..759566e3 100644 --- a/Args/help_printer.hpp +++ b/Args/help_printer.hpp @@ -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; @@ -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 );