GCC 3.1 Released

Michael Ritzert kde at ritzert.de
Sat May 18 11:13:43 BST 2002


Hi all,

Am Donnerstag, 16. Mai 2002 15:40 schrieb Erik Meusel:
[...]
> > But there are still a lot of warnings. And all those
> > 'don't use deprecated ...', '... not ISO ...', etc.
>
> Nothing new. Did you ever try to compile any KDE/QT-Application
> with -Wcast-qual?
>
> > warnings makes it really hard to spot those important warnings which
> > indicate logical errors and the like.
>
> Yes.

I once had a patch to get rid of the "This file includes at least one 
deprecated or antiquated header." warnings that was rejected at that time.
If there is now a consensus that this is the way to go, I will happily dig it 
out again and update it to apply against the current CVS (HEAD) sources.

My opinion is still that there is nothing to lose by this patch because the 
standard headers are already included in many files and using only standard 
headers is less risky that using only non-standard headers.

And then there is still the "-Wno-deprecated" flag that silences these 
warnings -- until the moment when they become errors.

Michael





More information about the kde-core-devel mailing list