KDE & ARM (and introduction post to kde-core-devel)
Christoph Feck
christoph at maxiom.de
Fri May 29 18:49:49 BST 2009
Am Friday 29 May 2009 19:09:31 schrieb Aaron J. Seigo:
> value = qMax(qreal(0.0), value);
value = qMax(0, value);
Of course this will not work with 0.5, where you indeed have to use the cast.
Is there some option in GCC to raise a warning (or even error), without doing
a cross compilation for this or similar cross platform issues?
Christoph Feck (kdepepo)
More information about the kde-core-devel
mailing list