Ignore some more sgi warnings.
This commit is contained in:
parent
a179cc956a
commit
288a58a614
|
@ -45,6 +45,7 @@
|
||||||
// This is a hack to prevent warnings about these functions being
|
// This is a hack to prevent warnings about these functions being
|
||||||
// declared but not referenced.
|
// declared but not referenced.
|
||||||
#if defined(__sgi) && !defined(__GNUC__)
|
#if defined(__sgi) && !defined(__GNUC__)
|
||||||
|
# pragma set woff 3970 /* conversion from pointer to same-sized */
|
||||||
# include <sys/termios.h>
|
# include <sys/termios.h>
|
||||||
class cmStandardIncludesHack
|
class cmStandardIncludesHack
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue