Skip to content
Snippets Groups Projects
Commit a01247fb authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkDeprecation: update guidance for deprecation warning suppression

parent 89cd6578
No related branches found
No related tags found
No related merge requests found
......@@ -31,12 +31,15 @@
// In the implementation:
//
// ```cxx
// // Hide VTK_DEPRECATED_IN_9_1_0() warnings for this class.
// // Hide VTK_DEPRECATED_IN_X_Y_Z() warnings for this class.
// #define VTK_DEPRECATION_LEVEL 0
//
// #include …
// ```
//
// Please note the `VTK_DEPRECATED_IN_` version in the `VTK_DEPRECATION_LEVEL`
// comment so that it can be removed when that version is finally removed.
// comment so that it can be removed when that version is finally removed. The
// macro should also be defined before any includes.
//----------------------------------------------------------------------------
// The level at which warnings should be made.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment