Opened 12 years ago
Closed 12 years ago
#4945 closed Patches (duplicate)
Shadowing and unused parameter warnings in asio
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.44.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
On Mac OS 10.6.4 with GCC 4.3.0, there are numerous warnings about parameter names and local variable names that shadow other names. There are also a few warnings about unused parameters. Attached are patches for several instances of this.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | asio_patches.tar added |
---|
comment:1 by , 12 years ago
Severity: | Problem → Cosmetic |
---|---|
Type: | Bugs → Patches |
comment:2 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
As noted in #3905, will only consider looking at this once I finally remove the deprecated member functions named 'io_service()'. This change will eliminate much of the patch.