summaryrefslogtreecommitdiff
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-05 19:48:33 +0100
committerStephen Kelly <steveire@gmail.com>2015-01-08 22:10:14 +0100
commit26fb50114f37366c5c72ec76a1c09bfb2f94d19c (patch)
tree57784a87f5d6203021b0da3f1fa42d74b99831f8 /Source/cmSystemTools.cxx
parent7ecbade8877522d9d565bcb2216f71426873f564 (diff)
downloadcmake-26fb50114f37366c5c72ec76a1c09bfb2f94d19c.tar.gz
Drop SGI as a CMake host compiler.
It has not been tested since commit v3.1.0-rc1~584^2 (Utilities/Release: Drop IRIX binary generation on ferrari, 2014-04-30).
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 1c8c387882..1d36ff5b55 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -79,10 +79,6 @@ public:
#endif
};
-#if defined(__sgi) && !defined(__GNUC__)
-# pragma set woff 1375 /* base class destructor not virtual */
-#endif
-
#if !defined(HAVE_ENVIRON_NOT_REQUIRE_PROTOTYPE)
// For GetEnvironmentVariables
# if defined(_WIN32)