CrystalSpace

Public API Reference

csutil/deprecated_warn_off.h File Reference

Disable "deprecated" compiler warnings. More...

Go to the source code of this file.


Detailed Description

Disable "deprecated" compiler warnings.

Compilers are occasionally overzealous with deprecation warnings; they're even emitted when not desired, for example, when a deprecated method is overridden, which inevitably happens when implementing an interface method. To work around this, this file is intended to be included from headers before code that causes such "false deprecation" warnings, as this header will disable it. After such code the file deprecated_warn_on.h should be included to re-enable the warning.

Definition in file deprecated_warn_off.h.


Generated for Crystal Space 2.0 by doxygen 1.6.1