Opened 12 years ago

Closed 12 years ago

#4947 closed Patches (duplicate)

Unused parameter warning in boost/algorithm/string/detail/find_format_store.hpp

Reported by: Rich McKeever <richmckeever@…> Owned by: Pavol Droba
Milestone: To Be Determined Component: string_algo
Version: Boost 1.44.0 Severity: Cosmetic
Keywords: Cc:

Description

The function check_find_result on line 74 has an unused parameter warning for the first parameter on GCC 4.3.0 on Mac OS 10.6.4. The attached patch suppresses it.

Attachments (1)

find_format_store.hpp.diff (862 bytes ) - added by Rich McKeever <richmckeever@…> 12 years ago.

Download all attachments as: .zip

Change History (4)

by Rich McKeever <richmckeever@…>, 12 years ago

Attachment: find_format_store.hpp.diff added

comment:1 by Vicente Botet <vicente.botet@…>, 12 years ago

Severity: ProblemCosmetic

comment:2 by Vicente Botet <vicente.botet@…>, 12 years ago

Type: BugsPatches

comment:3 by Steven Watanabe, 12 years ago

Resolution: duplicate
Status: newclosed

Duplicates #4801. This was also fixed a while ago.

Note: See TracTickets for help on using tickets.