14 Mar
2005
14 Mar
'05
3:47 a.m.
Peter Moulder wrote:
On Fri, Mar 11, 2005 at 08:26:36AM -0600, Bob Jamison wrote:
I expected it to produce better warnings than 3.4, since 3.4 was more strict than 3.3. And it does! Here is an example:
./xml/node.h:42: warning: ‘class Inkscape::XML::Node’ has virtual functions but non-virtual destructor
4.0 may well give better warnings than 3.4, but I don't think that's an example: I've seen these warnings with g++-3.3.
pjrm.
That would be good. But I have been compiling with 3.4+ since September, and I haven't seen these. We really need to make sure that -Wall emits no warnings.
Bob