diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-20 18:57:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-20 18:57:03 +0200 |
commit | f63250aa3bc476d2685404f078e01797b1c503f0 (patch) | |
tree | 510b75cd609042096319c3cef49dcf4ddc3ea6e3 | |
parent | db3f10e93b5c4c804d9f2127ab7697fb0638cc2f (diff) |
Suppress C4275
-rw-r--r-- | odb/compilers/vc/pre.hxx | 3 |
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. // |