Hi,
there was a question on how to reduce compiler warnings with Visual C 8:
In order to reduce warnings with Visual Studio 2005 use the following defines
_CRT_SECURE_NO_DEPRECATE
_CONST_CORRECT_OVERLOADS
NOMINMAX
NOMINMAX is not necessary, but can be handy.
Then only a few Warnings are still there, which we can ignore safely.
Cheers
Olaf
- [Flightgear-devel] Visual Studio 2005 Vance Souders
- RE: [Flightgear-devel] Visual Studio 2005 Jon S. Berndt
- Re: [Flightgear-devel] Visual Studio 2005 Frederic Bouvier
- Re: [Flightgear-devel] Visual Studio 2005 Andy Ross
- Re: [Flightgear-devel] Visual Studio 2005 Frederic Bouvier
- Re: [Flightgear-devel] Visual Studio 2005 Andy Ross
- Re: [Flightgear-devel] Visual Studio 200... Christian Mayer
- RE: [Flightgear-devel] Visual Studio 2005 Vance Souders
- [Flightgear-devel] Visual Studio 2005 Olaf Flebbe
- Re: [Flightgear-devel] Visual Studio 2005 Drew
- Re: [Flightgear-devel] Visual Studio 2005 Christian Mayer
- Re: [Flightgear-devel] Visual Studio 2005 Andy Ross