#4553 closed Bugs (fixed)
unreferenced formal parameter compiler warning
Reported by: | Owned by: | Pavol Droba | |
---|---|---|---|
Milestone: | To Be Determined | Component: | string_algo |
Version: | Boost 1.44.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
...\boost_1_44_0\boost/algorithm/string/detail/find_format_store.hpp(74) : warning C4100: 'Input' : unreferenced formal parameter
remove the formal parameter name
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
This was re-reported, with a more descriptive title and commentary, in #4575.
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I have reproduced the bug too.