COMP: remove warning
This commit is contained in:
parent
b41d4a1b54
commit
2d6e914b2d
@ -1418,7 +1418,6 @@ kwsys_stl::string SystemTools::ConvertToUnixOutputPath(const char* path)
|
|||||||
{
|
{
|
||||||
kwsys_stl::string result = "";
|
kwsys_stl::string result = "";
|
||||||
char lastch = 1;
|
char lastch = 1;
|
||||||
bool inDollarVariable = false;
|
|
||||||
for(const char* ch = ret.c_str(); *ch != '\0'; ++ch)
|
for(const char* ch = ret.c_str(); *ch != '\0'; ++ch)
|
||||||
{
|
{
|
||||||
// if it is already escaped then don't try to escape it again
|
// if it is already escaped then don't try to escape it again
|
||||||
|
Loading…
x
Reference in New Issue
Block a user