Hide another Borland warning.

This commit is contained in:
Stephen Kelly
2012-09-14 15:53:06 +02:00
parent ebf932d2e0
commit 0651fe18a6

View File

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