Revision a0b4db4...

Go back to digest for 27th November 2011

Bug Fixes in Games

Laszlo Papp committed changes in [gluon] smarts/lib/btcharacter.cpp:

Fix the unfortunate warning in the think() method of the btcharacter class


Fix the "qt4/QtCore/qvector.h:339:3: warning: assuming signed overflow does not
occur when assuming that (X - c) > X is always false" warning by using the gcc
Diagnostic Pragma

It was important to address because otherwise cdash keeps spamming with this
every single build (currently every single day) which is not nice. On the other
hand, if we filter these emails out, we lose the main purpose of cdash which is
being able to catch the build errors and warnings as soon as possible even
before the users start reporting those. Say, we lose the quality to a certain
excent. Hence, fixing.

Please read the following report for further details:
https://bugreports.qt.nokia.com/browse/QTBUG-5915

File Changes

Modified 1 files
  • smarts/lib/btcharacter.cpp
1 files changed in total