Fix warning about unused variable when not using any SIMD drawhelpers

Change-Id: Ic87be3b6c7afbde869bd011a3a585b0fe7dbf15d
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
bb10
Tor Arne Vestbø 2013-05-10 09:46:30 +02:00 committed by The Qt Project
parent ab345856b1
commit 5e1bdf1ee8
1 changed files with 1 additions and 0 deletions

View File

@ -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;