CPackRPM fix IRIX compiler warning (variable never used)
This commit is contained in:
parent
494bb8ada7
commit
0cf1d72e3c
|
@ -182,7 +182,7 @@ int cmCPackRPMGenerator::PackageComponentsAllInOne(bool allComponent)
|
||||||
// add the generated package to package file names list
|
// add the generated package to package file names list
|
||||||
packageFileNames.push_back(packageFileName);
|
packageFileNames.push_back(packageFileName);
|
||||||
|
|
||||||
return 1;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue