Mute warning

This commit is contained in:
kynex7510 2024-06-11 15:13:20 +02:00
parent fdcad96521
commit 68ac2b020a
No known key found for this signature in database
GPG key ID: 8BBB0FD2C57920AD

View file

@ -115,7 +115,7 @@ public:
// If this mod is already installed, see if it can be updated
if (auto mod = Loader::get()->getInstalledMod(id)) {
// todo: after update check, if there are no updates, mark this as unsolved, otherwise start update
ModSource(mod).checkUpdates();
(void)ModSource(mod).checkUpdates();
}
// Otherwise try to install the mod
// todo: Check if the mod can be downloaded, and if not mark this as unsolved