COMP: Removed useless expression warning.
This commit is contained in:
parent
337ad802c6
commit
1170f1af79
@ -2882,7 +2882,6 @@ cmLocalUnixMakefileGenerator2
|
|||||||
cmDependsC scanner(".", objFile, srcFile, includes,
|
cmDependsC scanner(".", objFile, srcFile, includes,
|
||||||
includeRegexScan.c_str(), includeRegexComplain.c_str());
|
includeRegexScan.c_str(), includeRegexComplain.c_str());
|
||||||
return scanner.Write();
|
return scanner.Write();
|
||||||
true;
|
|
||||||
}
|
}
|
||||||
#ifdef CMAKE_BUILD_WITH_CMAKE
|
#ifdef CMAKE_BUILD_WITH_CMAKE
|
||||||
else if(lang == "Fortran")
|
else if(lang == "Fortran")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user