#6712 closed Patches (fixed)
Eliminate warnings with GCC
| Reported by: | anonymous | Owned by: | Gennadiy Rozental |
|---|---|---|---|
| Milestone: | Boost 1.59.0 | Component: | test |
| Version: | Boost Development Trunk | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
From all the boost libraries I use, the test framework is the only one that reports some warning with -Wextra enabled in GCC. The attached patch addresses the following issues:
- Unused parameters
- enumeral and non-enumeral in return
With this patch, I can add -Wextra and get no warnings from the boost test framework.
Attachments (1)
Change History (3)
by , 11 years ago
| Attachment: | boost_test_warnings.patch added |
|---|
comment:1 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 7 years ago
| Milestone: | To Be Determined → Boost 1.59.0 |
|---|
Note:
See TracTickets
for help on using tickets.

Proposed patch to eliminate warnings with GCC