Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4551 closed Bugs (fixed)

Unused parameter "Input"

Reported by: Roland Bock <rbock@…> Owned by: Pavol Droba
Milestone: Boost 1.44.0 Component: string_algo
Version: Boost 1.44.0 Severity: Problem
Keywords: Cc:

Description

Hi,

there is an unused parameter in find_format_store.hpp which I am getting warnings about:

boost/1.44/include/boost/algorithm/string/detail/find_format_store.hpp:74: warning: unused parameter ‘Input’

Thanks and regards,

Roland

Change History (3)

comment:1 by anonymous, 12 years ago

This is also reported as #4553 and #4575.

comment:2 by Jürgen Hunold, 12 years ago

Resolution: fixed
Status: newclosed

(In [65004]) Fix #4551,#4553,#4575 by removing unused parameter.

comment:3 by Jürgen Hunold, 12 years ago

(In [65168]) Merge r65004 from trunk

Fix #4551,#4553,#4575 by removing unused parameter.

Note: See TracTickets for help on using tickets.