summaryrefslogtreecommitdiff
path: root/xsd/libxsd/xsd/cxx/compilers
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/libxsd/xsd/cxx/compilers')
-rw-r--r--xsd/libxsd/xsd/cxx/compilers/vc-7/post.hxx6
-rw-r--r--xsd/libxsd/xsd/cxx/compilers/vc-7/pre.hxx36
-rw-r--r--xsd/libxsd/xsd/cxx/compilers/vc-8/post.hxx3
-rw-r--r--xsd/libxsd/xsd/cxx/compilers/vc-8/pre.hxx3
4 files changed, 2 insertions, 46 deletions
diff --git a/xsd/libxsd/xsd/cxx/compilers/vc-7/post.hxx b/xsd/libxsd/xsd/cxx/compilers/vc-7/post.hxx
deleted file mode 100644
index 5357cd4..0000000
--- a/xsd/libxsd/xsd/cxx/compilers/vc-7/post.hxx
+++ /dev/null
@@ -1,6 +0,0 @@
-// file : xsd/cxx/compilers/vc-7/post.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-#pragma warning (pop)
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 <boris@codesynthesis.com>
-// 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
diff --git a/xsd/libxsd/xsd/cxx/compilers/vc-8/post.hxx b/xsd/libxsd/xsd/cxx/compilers/vc-8/post.hxx
index c7d3b3f..a8d25a6 100644
--- a/xsd/libxsd/xsd/cxx/compilers/vc-8/post.hxx
+++ b/xsd/libxsd/xsd/cxx/compilers/vc-8/post.hxx
@@ -1,6 +1,5 @@
// file : xsd/cxx/compilers/vc-8/post.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#pragma warning (pop)
diff --git a/xsd/libxsd/xsd/cxx/compilers/vc-8/pre.hxx b/xsd/libxsd/xsd/cxx/compilers/vc-8/pre.hxx
index 02161a4..82ca41d 100644
--- a/xsd/libxsd/xsd/cxx/compilers/vc-8/pre.hxx
+++ b/xsd/libxsd/xsd/cxx/compilers/vc-8/pre.hxx
@@ -1,6 +1,5 @@
// file : xsd/cxx/compilers/vc-8/pre.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// These warnings had to be disabled "for good".