summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CompilerElements/MSVC_Pragmas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/CompilerElements/MSVC_Pragmas.hpp')
-rw-r--r--TAO/CIAO/CCF/CCF/CompilerElements/MSVC_Pragmas.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/CIAO/CCF/CCF/CompilerElements/MSVC_Pragmas.hpp b/TAO/CIAO/CCF/CCF/CompilerElements/MSVC_Pragmas.hpp
deleted file mode 100644
index f51b92d747b..00000000000
--- a/TAO/CIAO/CCF/CCF/CompilerElements/MSVC_Pragmas.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef MSVC_PRAGMAS_HPP
-#define MSVC_PRAGMAS_HPP
-
-
-// Various warnings that have to be disabled for MSVC.
-
-// 'this' : used in base member initializer list
-#pragma warning(disable:4355)
-// 'class1' : inherits 'class2::member' via dominance
-#pragma warning(disable:4250)
-// C++ Exception Specification ignored
-#pragma warning(disable:4290)
-
-
-#endif /* MSVC_PRAGMAS_HPP */ \ No newline at end of file