Opened 13 years ago

Closed 13 years ago

#3532 closed Feature Requests (fixed)

consider suppresing some warnings for MSVC platforms

Reported by: Robert Ramey Owned by: No-Maintainer
Milestone: Boost 1.41.0 Component: random
Version: Boost 1.40.0 Severity: Problem
Keywords: Cc:

Description

Please consider adding the following line for microsoft compilers in order to eliminate warnings which are irrelevant in this case.

#pragma warning( disable : 4512 4127)

Robert Ramey

Change History (1)

comment:1 by Steven Watanabe, 13 years ago

Resolution: fixed
Status: newclosed

(In [57008]) Disable some warnings for msvc. Fixes #3532

Note: See TracTickets for help on using tickets.