COMP: Fix and/or disable warnings for Borland 5.6 build.

This commit is contained in:
Brad King
2006-08-01 11:38:42 -04:00
parent 7776d18896
commit ab61137eb1
33 changed files with 131 additions and 22 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ bool cmSetCommand::InitialPass(std::vector<std::string> const& args)
}
// collect any values into a single semi-colon seperated value list
if(args.size() >
if(static_cast<unsigned short>(args.size()) >
static_cast<unsigned short>(1 + (cache ? 3 : 0) + (force ? 1 : 0)))
{
value = args[1];