Opened 7 years ago
Closed 7 years ago
#11634 closed Bugs (fixed)
"unused parameter" warnings from vector.hpp (develop branch head)
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | container |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
With all warnings enabled, my builds (clang++ -Wall -Werror) are failing with "unused parameter 'x'" warnings in boost/container/vector.hpp.
I can see this has been fixed on the "develop" branch for the steal_resources() function, but it still exists for the nearby swap_resources() function.
Trivial patch against develop is attached.
Attachments (1)
Change History (2)
by , 7 years ago
Attachment: | unused-argument.patch added |
---|
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Trivial patch to fix unused parameter warning