Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#7342 closed Bugs (fixed)

Warning in format_date_parser.hpp

Reported by: Sergey Fokin <drigh@…> Owned by: az_sw_dude
Milestone: To Be Determined Component: date_time
Version: Boost 1.52.0 Severity: Cosmetic
Keywords: Cc:

Description

gcc-4.7, -Wall yields

boost/date_time/format_date_parser.hpp:259:11: warning: variable ‘current_char’ set but not used [-Wunused-but-set-variable]

I guess it'spretty trivial to fix :-)

Change History (4)

comment:1 by Sergey Fokin <drigh@…>, 10 years ago

duplicate of #6136, sorry :-(

comment:2 by Marshall Clow, 10 years ago

(In [80699]) Remove unused variable; Refs #7342 Refs #6136

comment:3 by Marshall Clow, 10 years ago

Resolution: duplicate
Status: newclosed

comment:4 by Marshall Clow, 10 years ago

Resolution: duplicatefixed

(In [80797]) Merge bug fixes to release; Fixes #5550 Fixes #6136 Fixes #6513 Fixes #7111 Fixes #7112 Fixes #7113 Fixes #7342 Fixes #7426

Note: See TracTickets for help on using tickets.