mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 06:01:17 +02:00
return value was not used
Coverity CID 1232671
This commit is contained in:
@@ -3511,8 +3511,8 @@ int handleCreateDataArchivesCommand(int argc, char** argv) {
|
|||||||
printf("Compress item [%s] is not valid!\n",compress_item.c_str());
|
printf("Compress item [%s] is not valid!\n",compress_item.c_str());
|
||||||
return_value = 1;
|
return_value = 1;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
return_value = 0;
|
return_value = 0;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
printf("\nInvalid missing map specified on commandline [%s] value [%s]\n\n",argv[foundParamIndIndex],(paramPartTokens.size() >= 2 ? paramPartTokens[1].c_str() : NULL));
|
printf("\nInvalid missing map specified on commandline [%s] value [%s]\n\n",argv[foundParamIndIndex],(paramPartTokens.size() >= 2 ? paramPartTokens[1].c_str() : NULL));
|
||||||
|
Reference in New Issue
Block a user