Opened 11 years ago

Closed 10 years ago

Last modified 7 years ago

#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)

boost_test_warnings.patch (2.3 KB ) - added by mlang@… 11 years ago.
Proposed patch to eliminate warnings with GCC

Download all attachments as: .zip

Change History (3)

by mlang@…, 11 years ago

Attachment: boost_test_warnings.patch added

Proposed patch to eliminate warnings with GCC

comment:1 by Gennadiy Rozental, 10 years ago

Resolution: fixed
Status: newclosed

(In [81180]) fix for gcc warnings; Fixes #6712

comment:2 by Raffi Enficiaud, 7 years ago

Milestone: To Be DeterminedBoost 1.59.0
Note: See TracTickets for help on using tickets.