-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[visualization] some warnings will be displayed with VTK 9 #4830
Comments
Pinging @larshg TLDR:
|
Questions in my head:
|
I don't think its something that we use explicitly. I at least cannot find any vtkOpenGLPolyDataMapper, only vtkPolyDataMapper. I would say, that its up to the users to silence those warnings - or would you add it to the PCLVisualizer? |
Oh, ok, we can ignore them. For the binaries, we should explicitly silence them, and for the libraries, add this to release notes that the warnings are not ours. |
|
I don't know about switching on the flag universally because that also hides the warnings in user-only code as well |
This is report. I tried this #4830 (comment). |
Did you try VTK_LEGACY_REMOVE with pcl_visualizer? |
Yes, This is the report of that case. #4830 (comment) |
I don't think any action is needed from our end. Let's close the issue? |
Describe the bug
If you build PCL with VTK9, you will see some warnings when app runtime.
These warnings are caused by the use of deprecated features to be removed in the future of VTK.
To Reproduce
Screenshots/Code snippets
screen shot
console
Your Environment (please complete the following information):
Possible Solution
You can temporarily work around this problem by inserting this code snippet into user code.
The text was updated successfully, but these errors were encountered: