Re: [Flightgear-devel] compile warning

2003-01-16 Thread Jon S Berndt
On Thu, 16 Jan 2003 15:00:06 -0600 "Curtis L. Olson" <[EMAIL PROTECTED]> wrote: For the C++ experts, I'm starting to see a lot of these sorts of warnings? Other than trying to avoid and clean up warning litter, is this dangerous? What's the best fix for this? By the way, the fix is to declar

Re: [Flightgear-devel] compile warning

2003-01-16 Thread Jon S Berndt
On Thu, 16 Jan 2003 15:00:06 -0600 "Curtis L. Olson" <[EMAIL PROTECTED]> wrote: For the C++ experts, I'm starting to see a lot of these sorts of warnings? Other than trying to avoid and clean up warning litter, is this dangerous? What's the best fix for this? ../../src/Main/globals.hxx:321: wa

Re: [Flightgear-devel] compile warning

2003-01-16 Thread David Megginson
Curtis L. Olson writes: > Sound ok David? I think this is your code. Globals is no one's. You (Curt) started it, and I've hacked it a lot. I actually plan to take a hatchet to it soon and cut out a lot of deadwood, and I'll queue up this change as well. I don't want to make it alone, because

re: [Flightgear-devel] compile warning

2003-01-16 Thread David Megginson
Curtis L. Olson writes: > For the C++ experts, I'm starting to see a lot of these sorts of > warnings? Other than trying to avoid and clean up warning litter, is > this dangerous? What's the best fix for this? > > ../../src/Main/globals.hxx:321: warning: `class FGGlobals' has virtual funct

Re: [Flightgear-devel] compile warning

2003-01-16 Thread Andy Ross
Curtis L. Olson wrote: > For the C++ experts, I'm starting to see a lot of these sorts of > warnings? Other than trying to avoid and clean up warning litter, is > this dangerous? What's the best fix for this? > > warning: `class FGGlobals' has virtual functions but non-virtual destructor If you h

Re: [Flightgear-devel] compile warning

2003-01-16 Thread Curtis L. Olson
Norman Vine writes: > Curtis L. Olson writes: > > > > For the C++ experts, I'm starting to see a lot of these sorts of > > warnings? Other than trying to avoid and clean up warning litter, is > > this dangerous? What's the best fix for this? > > > > ../../src/Main/globals.hxx:321: warning: `clas

Re: [Flightgear-devel] compile warning

2003-01-16 Thread Norman Vine
Curtis L. Olson writes: > > For the C++ experts, I'm starting to see a lot of these sorts of > warnings? Other than trying to avoid and clean up warning litter, is > this dangerous? What's the best fix for this? > > ../../src/Main/globals.hxx:321: warning: `class FGGlobals' has virtual functions

[Flightgear-devel] compile warning

2003-01-16 Thread Curtis L. Olson
For the C++ experts, I'm starting to see a lot of these sorts of warnings? Other than trying to avoid and clean up warning litter, is this dangerous? What's the best fix for this? ../../src/Main/globals.hxx:321: warning: `class FGGlobals' has virtual functions but non-virtual destructor Thanks