aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-20 18:57:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-20 18:57:03 +0200
commitf63250aa3bc476d2685404f078e01797b1c503f0 (patch)
tree510b75cd609042096319c3cef49dcf4ddc3ea6e3
parentdb3f10e93b5c4c804d9f2127ab7697fb0638cc2f (diff)
Suppress C4275
-rw-r--r--odb/compilers/vc/pre.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/compilers/vc/pre.hxx b/odb/compilers/vc/pre.hxx
index a94676f..47e3cb5 100644
--- a/odb/compilers/vc/pre.hxx
+++ b/odb/compilers/vc/pre.hxx
@@ -14,6 +14,9 @@
#pragma warning (disable:4355) // passing 'this' to a member
#pragma warning (disable:4800) // forcing value to bool
#pragma warning (disable:4231) // non-standard extension (extern template)
+#pragma warning (disable:4275) // "C4251 is essentially noise and can be
+ // silenced" - Stephan T. Lavavej [And C4275
+ // is essentially the same thing.]
// Elevated warnings.
//