mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kwin: compiler warning fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8c0ca1a1e8
commit
ca562dc52d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue