Calm down Borland compiler warning about "always true"

This commit is contained in:
Eric NOULARD 2012-05-21 14:39:18 +02:00
parent 2a34b57938
commit 801ea70c08
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@
#include "cmCPackLog.h" #include "cmCPackLog.h"
#if defined(__BORLANDC__)
# pragma warn -8008 /* condition is always true */
#endif
//---------------------------------------------------------------------- //----------------------------------------------------------------------
cmCPackGeneratorFactory::cmCPackGeneratorFactory() cmCPackGeneratorFactory::cmCPackGeneratorFactory()
{ {