Opened 12 years ago
Closed 12 years ago
#4433 closed Patches (fixed)
there is no warning number '4284'
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | smart_ptr |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | Cc: |
Description
boost/smart_ptr/shared_ptr.hpp
line 55 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 (6)
comment:1 by , 12 years ago
by , 12 years ago
Attachment: | 4433-no-pragma-for-unused-warning.patch added |
---|
Disable the pragma on Visual Studio 10
comment:2 by , 12 years ago
Type: | Bugs → Patches |
---|
comment:3 by , 12 years ago
Status: | new → assigned |
---|
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The same warning also occurs in boost/smart_ptr/intrusive_ptr.hpp on line 20