Pārlūkot izejas kodu

Ignore some more sgi warnings.

Bill Hoffman 15 gadi atpakaļ
vecāks
revīzija
521e26752b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Source/cmStandardIncludes.h

+ 1 - 0
Source/cmStandardIncludes.h

@@ -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
 {