Opened 12 years ago
#5309 new Bugs
Multiple unused parameter warnings in boost/parameter/aux_/tagged_argument.hpp
Reported by: | Owned by: | Daniel Wallin | |
---|---|---|---|
Milestone: | To Be Determined | Component: | parameter |
Version: | Boost 1.45.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
Ticket #4954 has pointed out one of these warnings already (line 123) however there is one more on line 135 (and possibly others?).
Line 123 and line 135 both have the same problem where there is an unused parameter which generates a compiler warning (GCC 4.1.2 on Red Hat Enterprise Linux Server release 5.2).
The attached patch fixes both of these.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch to fix unused parameter compiler warnings