Also fix the unused variable warning that ICC found with Clang
authorThiago Macieira <thiago.macieira@intel.com>
Fri, 3 Jan 2014 23:08:15 +0000 (21:08 -0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 3 Jan 2014 23:41:55 +0000 (00:41 +0100)
commit60aed669345be33b916c44556555b922aa3ed928
tree1670c1a1715332ae760dc35eb4e0b5fdfb4bea18
parentfa5db4201945565bd2c5ff42ab233f497666003f
Also fix the unused variable warning that ICC found with Clang

The ICC fix happened on e02cb2b31ab0b171f11d278305d9f532f005bc80. This
now fixes for Clang 3.4:

cached-powers.cc:134:18: warning: unused variable 'kCachedPowersLength' [-Wunused-const-variable]

Change-Id: I876d9d5cf43fb7eb76117d6fdc37265295c360df
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/qml.pro