From 8286ac511144e4f17d34eac9affb97e50646344a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:25:44 +0200 Subject: Imported Upstream version 4.0.0 --- xsd/libxsd/xsd/cxx/compilers/vc-7/pre.hxx | 36 ------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 xsd/libxsd/xsd/cxx/compilers/vc-7/pre.hxx (limited to 'xsd/libxsd/xsd/cxx/compilers/vc-7/pre.hxx') diff --git a/xsd/libxsd/xsd/cxx/compilers/vc-7/pre.hxx b/xsd/libxsd/xsd/cxx/compilers/vc-7/pre.hxx deleted file mode 100644 index 6b9b5fb..0000000 --- a/xsd/libxsd/xsd/cxx/compilers/vc-7/pre.hxx +++ /dev/null @@ -1,36 +0,0 @@ -// file : xsd/cxx/compilers/vc-7/pre.hxx -// author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC -// license : GNU GPL v2 + exceptions; see accompanying LICENSE file - - -#if (_MSC_VER < 1310) -# error Microsoft Visual C++ 7.0 (.NET 2002) is not supported. -#endif - - -// These warnings had to be disabled "for good". -// -#pragma warning (disable:4250) // inherits via dominance -#pragma warning (disable:4505) // unreferenced local function has been removed -#pragma warning (disable:4661) // no definition for explicit instantiation - - -// Push warning state. -// -#pragma warning (push, 3) - - -// Disabled warnings. -// -#pragma warning (disable:4355) // passing 'this' to a member -#pragma warning (disable:4584) // is already a base-class -#pragma warning (disable:4800) // forcing value to bool -#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) - - -// Elevated warnings. -// -#pragma warning (2:4239) // standard doesn't allow this conversion -- cgit v1.2.3