Ver Fonte

STYLE: suppress warnings for borland

Bill Hoffman há 16 anos atrás
pai
commit
fc9e6c6e5c
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Source/cmStandardIncludes.h

+ 1 - 0
Source/cmStandardIncludes.h

@@ -37,6 +37,7 @@
 # pragma warn -8030 /* Temporary used for parameter */
 # pragma warn -8027 /* 'for' not inlined.  */
 # pragma warn -8026 /* 'exception' not inlined.  */
+# pragma warn -8004 /* value never used */
 #endif
 
 #ifdef __ICL