Fixed build error on aarch64. Enumerator value '-1' is outside the range of
underlying type 'char'. --HG-- branch : release
This commit is contained in:
parent
797c18745d
commit
f8d0777c84
|
@ -50,7 +50,7 @@ class VPointF;
|
|||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_GCC("-Weffc++")
|
||||
|
||||
enum class PassmarkStatus: char
|
||||
enum class PassmarkStatus: qint8
|
||||
{
|
||||
Error = 0,
|
||||
Common = 1,
|
||||
|
|
Loading…
Reference in New Issue
Block a user