mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
mark the end of qt_error_string() as unreachable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7a4f951bc3
commit
5cfd55caa9
1 changed files with 1 additions and 1 deletions
|
@ -1395,7 +1395,7 @@ QString qt_error_string(int errorCode)
|
|||
#endif
|
||||
}
|
||||
}
|
||||
return QString();
|
||||
Q_UNREACHABLE();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue