mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
BASE: Suppress pointless warning message (fixes bug #3291522)
This commit is contained in:
parent
921030f4ef
commit
f9868c807d
@ -354,6 +354,7 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
|
||||
// TODO: deal with settings that require plugins to be loaded
|
||||
res = Base::processSettings(command, settings);
|
||||
if (res.getCode() != Common::kArgumentNotProcessed) {
|
||||
if (res.getCode() != Common::kNoError)
|
||||
warning("%s", res.getDesc().c_str());
|
||||
return res.getCode();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user