2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-23 15:52:16 +00:00

Added warning 4180 suppression. (in fusion)

[SVN r3488]
This commit is contained in:
Paul A. Bristow
2006-12-03 13:34:17 +00:00
parent 306748dcee
commit e7420f4519

View File

@@ -21,6 +21,7 @@
# pragma warning(disable: 4127) // conditional expression is constant.
# pragma warning(disable: 4100) // unreferenced formal parameter.
# pragma warning(disable: 4512) // assignment operator could not be generated.
# pragma warning(disable: 4180) // qualifier applied to function type has no meaning; ignored
#endif
#include <boost/math/distributions/negative_binomial.hpp> // for negative_binomial_distribution