Opened 12 years ago
Closed 12 years ago
#4958 closed Patches (fixed)
Shadowing warnings and empty else block
Reported by: | Owned by: | Frank Mori Hess | |
---|---|---|---|
Milestone: | To Be Determined | Component: | signals2 |
Version: | Boost 1.44.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
signals2 has numerous parameter and local variable name shadowing warnings, as well as an empty else block warning, with GCC 4.3.0 on Mac OS 10.6.4. The attached patch resolves several of the warnings.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | signals2_patches.tar added |
---|
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [67097]) Fixed some gcc -Wshadow warnings reported by Rich McKeever. Refs #4958.