Details
Description
When compiling Safe Renderer using Qt 5.9.6 installed from Qt for QNX 7 offline installer, following error comes up:
qtsaferenderer/src/saferenderer/statemanager.cpp:547: error: type qualifiers ignored on cast result type [-Werror=ignored-qualifiers] m_safeRenderer.clearBitmap(static_cast<const qint32>(clearPositionId)); ^
There are also a lot of qint32 types that should be quint32 instead.