diff options
-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. // |