diff options
-rw-r--r-- | Source/cmStandardIncludes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 5168014..5f65fc5 100644 --- a/Source/cmStandardIncludes.h +++ b/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 |