Opened 13 years ago
Closed 12 years ago
#4017 closed Patches (fixed)
[PATCH] boost/test gcc warning cleanup
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | test |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | gcc warning | Cc: |
Description
Patch to clean up gcc warning barf.
To reproduce, compile any test-using program with: -Wall -Wcast-align -Wconversion -Wdisabled-optimization -Werror=return-type -Wextra -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wno-multichar -Wpacked -Wredundant-decls -Wshadow -Wswitch-default -Wundef -Wwrite-strings -Wctor-dtor-privacy -Werror=non-virtual-dtor -Woverloaded-virtual
Attached patch fixes the issue.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | boost_test_gcc_warning_cleanup.diff added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [62799]) Fix -Wshadow warnings. Fixes #4017