mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
LexerParser: Suppress LCC warnings in generated code
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user