On Tue, 18 May 1999, Sean Kendall Schneyer wrote: [snip] > I received a ton of warnings while compiling the latest kdelib. Is > this normal? An example of what I received is listed below. > I'm running RedHat Linux 5.2. [snip] > -I/opt/kde/include -g -Wall -pedantic -W -c kcombiview.cpp ^^^^^^^^^ This must be a recent addition. :) The STL headers shipped with egcs generate quite a few warnings of this type when compiled with -pedantic, for things like deleting an object for a type for which the destructor declaration hasn't been parsed at that point in the code. -pedantic is good, though, for our code. I wonder if sending a message to the STL maintainers will have them clean this up, but I doubt it. -Taj. Sirtaj S. Kang taj@kde.org ssk@physics.unimelb.edu.au Univ of Melbourne "I'm a commercial operating system." -Doug Michels (CEO SCO)