Opened 13 years ago
Closed 13 years ago
#3555 closed Patches (fixed)
Removing unused variable in spirit
Reported by: | 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)
Change History (2)
by , 13 years ago
Attachment: | mloskot-spirit-split_std_deque_policy.hpp.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This warning has been fixed recently (while fixing a lot of similar things).
Thanks! Regards Hartmut
Note:
See TracTickets
for help on using tickets.
patch removing unused variable size