From 5e1bdf1ee838992180427b7d3dc1283aae8a3673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 10 May 2013 09:46:30 +0200 Subject: Fix warning about unused variable when not using any SIMD drawhelpers Change-Id: Ic87be3b6c7afbde869bd011a3a585b0fe7dbf15d Reviewed-by: Simon Hausmann --- src/gui/painting/qdrawhelper.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/painting') diff --git a/src/gui/painting/qdrawhelper.cpp b/src/gui/painting/qdrawhelper.cpp index 628d12d881..2ebba967ed 100644 --- a/src/gui/painting/qdrawhelper.cpp +++ b/src/gui/painting/qdrawhelper.cpp @@ -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; -- cgit v1.2.3