mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
COMP: Fix and/or disable warnings for Borland 5.6 build.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user