Fixed build error on aarch64. Enumerator value '-1' is outside the range of
underlying type 'char'. (grafted from 1b4a6dbdc42664a5763d278ed4a2f4eba5dd749f) --HG-- branch : develop
This commit is contained in:
parent
e6f7d3efd1
commit
86ec5e7254
|
@ -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