summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
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/CursesDialog
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/CursesDialog')
-rw-r--r--Source/CursesDialog/cmCursesStandardIncludes.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Source/CursesDialog/cmCursesStandardIncludes.h b/Source/CursesDialog/cmCursesStandardIncludes.h
index 791ac9b..6047ec5 100644
--- a/Source/CursesDialog/cmCursesStandardIncludes.h
+++ b/Source/CursesDialog/cmCursesStandardIncludes.h
@@ -22,25 +22,6 @@
#include <form.h>
-// This is a hack to prevent warnings about these functions being
-// declared but not referenced.
-#if defined(__sgi) && !defined(__GNUC__)
-class cmCursesStandardIncludesHack
-{
-public:
- enum
- {
- Ref1 = sizeof(cfgetospeed(0)),
- Ref2 = sizeof(cfgetispeed(0)),
- Ref3 = sizeof(tcgetattr(0, 0)),
- Ref4 = sizeof(tcsetattr(0, 0, 0)),
- Ref5 = sizeof(cfsetospeed(0,0)),
- Ref6 = sizeof(cfsetispeed(0,0))
- };
-};
-#endif
-
-
// on some machines move erase and clear conflict with stl
// so remove them from the namespace
inline void curses_move(unsigned int x, unsigned int y)