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

vtkAlgorithm: suppress warning in `update` definition

Clang (rightly) detects that the `PyCFunction` cast is between invalid
function pointer types. Ignore the warning in-code because we know it is
fine due to the `METH_KEYWORDS` flag for the method.

(cherry picked from commit e83f01c9)
parent 41d9988f
No related branches found
No related tags found
No related merge requests found
Loading
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