Jean-Marc Lasgouttes wrote:
Angus> The attached patch squashes the warnings below. I believe that Angus> it completes Jean-Marc's recent attempt to squash all the Angus> warnings over which we have control.
I wonder why I missed these. I remember though being surprised to have few things to fix...
I have a script that strips out most of the noise from my build log. Attached. Thereafter, I got rid of a heap of "virtual functions without virtual destructor" warnings in the Qt headers by a simple sed command and that left the remaining warnings.
Concerning the sprintf warning, isn't it possible to use %l instead of a cast?
I'll try tomorrow. Angus
extract_info.sh
Description: application/shellscript