From f63250aa3bc476d2685404f078e01797b1c503f0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jan 2016 18:57:03 +0200 Subject: Suppress C4275 --- odb/compilers/vc/pre.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb') 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. // -- cgit v1.1