LexerParser: Suppress LCC warnings in generated code

This commit is contained in:
Brad King 2022-01-25 04:42:12 -05:00
parent 1b46cd534d
commit a8fbe9a2fa

View File

@ -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 */