-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 For warnings-- type fixes, I was watching a base compile when this line of konqueror (konq_mainwindow.cc:1010) generated a warning: if ( senderFrame && viewFrame && (uint)viewFrame != (uint)senderFrame ) Now, senderFrame and viewFrame are both QObject *, and what's worse is that an int isn't necessarily big enough to hold those pointers. Would either of if ( senderFrame && viewFrame && viewFrame != senderFrame ) if ( senderFrame && viewFrame && (void *)viewFrame != (void *)senderFrame ) be acceptable? - -- Don't worry, 't ain't no shame to be stupid - ol' mouse. GPG: FEA2 A3FE Adriaan de Groot -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBgVNkdqzuAf6io/4RAuqrAJ9oH6QekHMLQeVSH1IkuO4InbMW8ACgklyD V4BHXvsTzcbqs2dA1SsG/sw= =/aGR -----END PGP SIGNATURE----- >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<