mark the end of qt_error_string() as unreachable

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2020-08-09 16:37:22 +03:00
parent 7a4f951bc3
commit 5cfd55caa9

View file

@ -1395,7 +1395,7 @@ QString qt_error_string(int errorCode)
#endif #endif
} }
} }
return QString(); Q_UNREACHABLE();
} }