This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Weird C++ problems in B18


I've been having some strange problems arise in the B18 update to the 
compiler.  This one is really weird and I can't seem to get it to go away.

I'm getting a TON of warnings about "base class xxx has a non-virtual 
destructor", and this warning message is coming up for classes that don't 
have ANY virtual functions, and don't INHERIT any classes with any 
virtual functions.  It's also coming up in every single templated class I 
have that uses virtual functions, even though the destructors have been 
explicitly declared to be virtual.

Has anyone else seen this?  Is this a bug, or am I missing something?

- Jonathan
  jonathan@westwood.com

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]