Opened 13 years ago

Closed 13 years ago

#3555 closed Patches (fixed)

Removing unused variable in spirit

Reported by: mloskot <mateusz@…> Owned by: Joel de Guzman
Milestone: Boost 1.41.0 Component: spirit
Version: Boost Development Trunk Severity: Cosmetic
Keywords: Cc:

Description

While building Boost from current trunk (r57126) using GCC 4.4.1, following warning is reported for spirit:

./boost/spirit/home/support/iterators/detail/split_std_deque_policy.hpp:56: 
 warning: unused variable ‘size’

Patch removing the unused variable is attached.

Attachments (1)

mloskot-spirit-split_std_deque_policy.hpp.patch (834 bytes ) - added by mloskot <mateusz@…> 13 years ago.
patch removing unused variable size

Download all attachments as: .zip

Change History (2)

by mloskot <mateusz@…>, 13 years ago

patch removing unused variable size

comment:1 by Hartmut Kaiser, 13 years ago

Resolution: fixed
Status: newclosed

This warning has been fixed recently (while fixing a lot of similar things).

Thanks! Regards Hartmut

Note: See TracTickets for help on using tickets.