Opened 12 years ago

#5309 new Bugs

Multiple unused parameter warnings in boost/parameter/aux_/tagged_argument.hpp

Reported by: Colin Powers <colin.powers@…> 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)

tagged_argument.hpp.patch (621 bytes ) - added by Colin Powers <colin.powers@…> 12 years ago.
Patch to fix unused parameter compiler warnings

Download all attachments as: .zip

Change History (1)

by Colin Powers <colin.powers@…>, 12 years ago

Attachment: tagged_argument.hpp.patch added

Patch to fix unused parameter compiler warnings

Note: See TracTickets for help on using tickets.