mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-20 14:31:06 +00:00
Hide another Borland warning.
This commit is contained in:
@@ -181,6 +181,7 @@ static const struct ConfigurationTestNode : public cmGeneratorExpressionNode
|
||||
|
||||
#if defined(__BORLANDC__)
|
||||
# pragma warn -8008 /* condition is always true */
|
||||
# pragma warn -8066 /* unreachable code */
|
||||
// Borland gets confused about the template argument bools
|
||||
// used in if statements.
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user