mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
COMP: warning, isprint and isspace take int args.
This commit is contained in:
@@ -2807,7 +2807,7 @@ static char** kwsysProcessParseVerbatimCommand(const char* command)
|
||||
}
|
||||
}
|
||||
}
|
||||
else if(isspace(*c))
|
||||
else if(isspace((int) *c))
|
||||
{
|
||||
if(in_argument)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user