summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-05 18:48:33 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-01-08 21:10:14 (GMT)
commit26fb50114f37366c5c72ec76a1c09bfb2f94d19c (patch)
tree57784a87f5d6203021b0da3f1fa42d74b99831f8 /Source/cmSystemTools.cxx
parent7ecbade8877522d9d565bcb2216f71426873f564 (diff)
downloadCMake-26fb50114f37366c5c72ec76a1c09bfb2f94d19c.zip
CMake-26fb50114f37366c5c72ec76a1c09bfb2f94d19c.tar.gz
CMake-26fb50114f37366c5c72ec76a1c09bfb2f94d19c.tar.bz2
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 1c8c387..1d36ff5 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)