Fix tst_Moc::oldStyleCasts
authorOlivier Goffart <ogoffart@woboq.com>
Wed, 16 Nov 2011 08:07:24 +0000 (09:07 +0100)
committerQt Continuous Integration System <qt-info@nokia.com>
Thu, 17 Nov 2011 16:40:02 +0000 (17:40 +0100)
commit1b681bbd0fd4677236a492ebc29146c4ca24c508
treefe865a18f71004e4a81af22a3a1f40047a8595ea
parentfc6ba401d204c67b707ba8b8bd74c9e958454866
Fix tst_Moc::oldStyleCasts

This tests that the moc generated file produces no warnings with very
pedentic compilation flags.
In that case, there was a warning because of the use of the C casts

Change-Id: Ie79c6d053ff35c55276a07212c5d60f759f693ee
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>