Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4432 closed Patches (fixed)

there is no warning number '4284'

Reported by: Braden McDaniel <braden@…> Owned by: Daniel Frey
Milestone: Boost 1.47.0 Component: operators
Version: Boost Development Trunk Severity: Cosmetic
Keywords: Cc:

Description

boost/operators.hpp line 92 elicits the warning

C4619: #pragma warning : there is no warning number '4284'

from Visual C++ 2010. Apparently modern versions of the Microsoft compiler have retired this one to the point of being completely oblivious to it. Presumably this pragma should be made active only for older releases of the Microsoft compiler.

Attachments (1)

4432-no-pragma-for-unused-warning.patch (444 bytes ) - added by Matthew Bradbury <matt-bradbury@…> 12 years ago.

Download all attachments as: .zip

Change History (5)

by Matthew Bradbury <matt-bradbury@…>, 12 years ago

comment:1 by Matthew Bradbury <matt-bradbury@…>, 12 years ago

Type: BugsPatches

comment:2 by Daniel Frey, 12 years ago

Resolution: fixed
Status: newclosed

(In [67278]) Limit warning suppression to old versions of VC++, fixes #4432

comment:3 by Daniel James, 12 years ago

(In [70522]) Utility/operators: [67268] Limit warning suppression to old versions of VC++, fixes #4432.

comment:4 by anonymous, 12 years ago

Milestone: Boost 1.44.0Boost 1.47.0
Note: See TracTickets for help on using tickets.