Fix some warnings with Clang
authorJoão Abecasis <joao.abecasis@nokia.com>
Tue, 24 Jan 2012 17:05:07 +0000 (18:05 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 26 Jan 2012 12:24:02 +0000 (13:24 +0100)
commite32d417b5129171be09a32bb3a65dca6f7464d8d
tree55ef8fc0c4e9bbf661eb168805d0552206ba1fd3
parentb59d8319806ff0ed2e340126fd110413301a833b
Fix some warnings with Clang

The extra bool arguments weren't needed in the first place as they
specify the default, but were left behind when allocate parameters were
changed from bools to AllocationOptions.

Clang saves the day by pointing out the weird conversion going through
void ** (!?)

Change-Id: Ia0dafce06bf0ee62bd825a2db819c890343b6342
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
tests/auto/corelib/tools/qarraydata/tst_qarraydata.cpp