CPackRPM fix IRIX compiler warning (variable never used)

This commit is contained in:
Eric NOULARD 2011-02-15 19:55:36 +01:00
parent 494bb8ada7
commit 0cf1d72e3c
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ int cmCPackRPMGenerator::PackageComponentsAllInOne(bool allComponent)
// add the generated package to package file names list
packageFileNames.push_back(packageFileName);
return 1;
return retval;
}
//----------------------------------------------------------------------