From 8e17b1a768546b9b8bc1c91876496ffbcdba5df7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Mar 2015 15:24:12 +0200 Subject: Disable VC++ warning C4503 (decorated name length exceeded) --- libxsd/xsd/cxx/compilers/vc-8/pre.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libxsd') diff --git a/libxsd/xsd/cxx/compilers/vc-8/pre.hxx b/libxsd/xsd/cxx/compilers/vc-8/pre.hxx index 82ca41d..45d5042 100644 --- a/libxsd/xsd/cxx/compilers/vc-8/pre.hxx +++ b/libxsd/xsd/cxx/compilers/vc-8/pre.hxx @@ -20,6 +20,7 @@ #pragma warning (disable:4275) // non dll-interface base #pragma warning (disable:4251) // base needs to have dll-interface #pragma warning (disable:4224) // nonstandard extension (/Za option) +#pragma warning (disable:4503) // decorated name length exceeded // Elevated warnings. -- cgit v1.1