Skip to content
Snippets Groups Projects
Commit d37877cf authored by Ken Martin's avatar Ken Martin Committed by Kitware Robot
Browse files

Merge topic 'add_suppressions'


af3e412a add OSX based suppressions for OpenGL deprecations

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !5577
parents 1f588796 af3e412a
Branches
No related tags found
No related merge requests found
......@@ -29,10 +29,21 @@ list(APPEND CTEST_CUSTOM_WARNING_MATCH
"{standard input}:[0-9][0-9]*: Warning: ")
list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
# classes that have been marked deprecated
# and will be removed in the future
# To be remove din VTK 9.0
"vtkTemporalStreamTracer"
# Java compilation warnings that don't matter.
"^1 warning$"
"bootstrap class path not set in conjunction with -source"
# OSX has deprecated openGL but we still use it
# and probably will not update the code but replace it
# with vulklan/moltenVK in the future
"Cocoa.*deprecated"
"NSOpenGL.*deprecated"
# C4275 carries with it a note that we don't care about. std::exception is
# the main culprit here.
"vcruntime_exception.h.*: note: see declaration of 'std::exception'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment