Resolve compiler warnings

This commit is contained in:
2026-02-12 11:50:09 +01:00
parent ada6da5b5b
commit a1ad4a6605
3 changed files with 4 additions and 4 deletions

View File

@@ -178,6 +178,9 @@ QString Utils::zoneName(quint8 i) {
//if (i < (sizeof(zName)/sizeof(char const *))) {
// return zName[i];
//}
Q_UNUSED(i)
return "---";
}