Skip to content
Snippets Groups Projects
Commit 63f3421f authored by Utkarsh Ayachit's avatar Utkarsh Ayachit Committed by Code Review
Browse files

Merge topic 'python_refactor_warnings' into master

8d3a85e6 Fix unused variable warning
parents 34af80e4 8d3a85e6
Branches
Tags
No related merge requests found
......@@ -129,7 +129,7 @@ vtkPythonInteractiveInterpreter::~vtkPythonInteractiveInterpreter()
//----------------------------------------------------------------------------
void vtkPythonInteractiveInterpreter::HandleEvents(
vtkObject* caller, unsigned long eventid, void* calldata)
vtkObject* vtkNotUsed(caller), unsigned long eventid, void* calldata)
{
if (eventid == vtkCommand::ExitEvent)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment