Ignore some more sgi warnings.

This commit is contained in:
Bill Hoffman 2010-05-12 10:40:12 -04:00
parent 5eeaa535b3
commit 521e26752b
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
// This is a hack to prevent warnings about these functions being
// declared but not referenced.
#if defined(__sgi) && !defined(__GNUC__)
# pragma set woff 3970 /* conversion from pointer to same-sized */
# include <sys/termios.h>
class cmStandardIncludesHack
{