Skip to content
Snippets Groups Projects
Commit 8850b4d8 authored by Sean McBride's avatar Sean McBride Committed by Code Review
Browse files

Merge topic 'remove-Wno-deprecated' into master

9fd96021 bug #14418: Remove addition of "-Wno-deprecated" compiler flag
parents 33b1a0a4 9fd96021
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,6 @@ ENDIF(CMAKE_SYSTEM MATCHES "SunOS.*")
# A GCC compiler.
IF(CMAKE_COMPILER_IS_GNUCXX)
# Quiet warning about strstream deprecation if appropriate.
IF(NOT VTK_LEGACY_REMOVE)
SET(VTK_REQUIRED_CXX_FLAGS "${VTK_REQUIRED_CXX_FLAGS} -Wno-deprecated")
ENDIF(NOT VTK_LEGACY_REMOVE)
IF(VTK_USE_X)
unset(WIN32)
ENDIF(VTK_USE_X)
......
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