Fix warning about unused variable when not using any SIMD drawhelpers
Change-Id: Ic87be3b6c7afbde869bd011a3a585b0fe7dbf15d Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>bb10
parent
ab345856b1
commit
5e1bdf1ee8
|
|
@ -6034,6 +6034,7 @@ void qInitDrawhelperAsm()
|
|||
|
||||
const uint features = qCpuFeatures();
|
||||
if (false) {
|
||||
Q_UNUSED(features);
|
||||
#ifdef QT_COMPILER_SUPPORTS_AVX
|
||||
} else if (features & AVX) {
|
||||
qt_memfill32 = qt_memfill32_avx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue