Opened 12 years ago

Closed 12 years ago

#4945 closed Patches (duplicate)

Shadowing and unused parameter warnings in asio

Reported by: Rich McKeever <richmckeever@…> 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)

asio_patches.tar (65.5 KB ) - added by Rich McKeever <richmckeever@…> 12 years ago.

Download all attachments as: .zip

Change History (3)

by Rich McKeever <richmckeever@…>, 12 years ago

Attachment: asio_patches.tar added

comment:1 by Vicente Botet <vicente.botet@…>, 12 years ago

Severity: ProblemCosmetic
Type: BugsPatches

comment:2 by chris_kohlhoff, 12 years ago

Resolution: duplicate
Status: newclosed

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.

Note: See TracTickets for help on using tickets.