mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
Source: Fix various compiler warnings in Visual Studio 2017
This commit is contained in:
committed by
Brad King
parent
70e245f19e
commit
5bcfe98bd5
@@ -407,7 +407,7 @@ char CCONV* cmExpandVariablesInString(void* arg, const char* source,
|
||||
cmMakefile* mf = static_cast<cmMakefile*>(arg);
|
||||
std::string barf = source;
|
||||
std::string const& result =
|
||||
mf->ExpandVariablesInString(barf, escapeQuotes, atOnly);
|
||||
mf->ExpandVariablesInString(barf, escapeQuotes != 0, atOnly != 0);
|
||||
return strdup(result.c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user