Explorar o código

LexerParser: Suppress LCC warnings in generated code

Brad King %!s(int64=3) %!d(string=hai) anos
pai
achega
a8fbe9a2fa
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Source/cmStandardLexer.h

+ 4 - 0
Source/cmStandardLexer.h

@@ -50,6 +50,10 @@
 #  endif
 #endif
 
+#if defined(__LCC__)
+#  pragma diag_suppress 1873 /* comparison between signed and unsigned */
+#endif
+
 #if defined(__NVCOMPILER)
 #  pragma diag_suppress 111 /* statement is unreachable */
 #  pragma diag_suppress 550 /* variable set but never used */