#4432 closed Patches (fixed)
there is no warning number '4284'
| Reported by: | 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)
Change History (5)
by , 12 years ago
| Attachment: | 4432-no-pragma-for-unused-warning.patch added |
|---|
comment:1 by , 12 years ago
| Type: | Bugs → Patches |
|---|
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 12 years ago
comment:4 by , 12 years ago
| Milestone: | Boost 1.44.0 → Boost 1.47.0 |
|---|
Note:
See TracTickets
for help on using tickets.

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