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: | 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)
Change History (4)
by , 12 years ago
Attachment: | find_format_store.hpp.diff added |
---|
comment:1 by , 12 years ago
Severity: | Problem → Cosmetic |
---|
comment:2 by , 12 years ago
Type: | Bugs → Patches |
---|
comment:3 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicates #4801. This was also fixed a while ago.