summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-12-03 09:32:06 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-12-03 17:15:32 (GMT)
commitd7b34583926e3bd751120a4b827cd5ba6667dea3 (patch)
treeeaf9cb8e9392d26f36e4129401485f8e8237e518 /qmake
parente2e0b8d13ba045c693a03c818157f952488c72bd (diff)
downloadQt-d7b34583926e3bd751120a4b827cd5ba6667dea3.zip
Qt-d7b34583926e3bd751120a4b827cd5ba6667dea3.tar.gz
Qt-d7b34583926e3bd751120a4b827cd5ba6667dea3.tar.bz2
Fix Run-Time Check Failure with MSVC when downcasting.
When you cast from a 64-bit type to a 32-bit one, MSVC produces an RTCF, despite the explicit cast. The solution is to add & 0xFFFFFFFF. Task-number: QTBUG-4255 Reviewed-by: Marius Storm-Olsen
Diffstat (limited to 'qmake')
0 files changed, 0 insertions, 0 deletions