From e7420f45190d78a9840232eaa5df2cf2f75520b2 Mon Sep 17 00:00:00 2001 From: "Paul A. Bristow" Date: Sun, 3 Dec 2006 13:34:17 +0000 Subject: [PATCH] Added warning 4180 suppression. (in fusion) [SVN r3488] --- test/test_negative_binomial.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_negative_binomial.cpp b/test/test_negative_binomial.cpp index 8159d92e9..cb5b00285 100644 --- a/test/test_negative_binomial.cpp +++ b/test/test_negative_binomial.cpp @@ -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 // for negative_binomial_distribution