kwin: compiler warning fix

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-16 18:46:01 +03:00
parent 8c0ca1a1e8
commit ca562dc52d

View file

@ -275,6 +275,7 @@ static const char* tbl_num_lookup(const char* const arr[], int pos)
}
// should never happen this way
kFatal() << "Something strange happened";
return nullptr;
}
static int tbl_txt_lookup(const char* const arr[], const char* txt)