Skip to content
Snippets Groups Projects
Commit 8d3a85e6 authored by Dave DeMarle's avatar Dave DeMarle
Browse files

Fix unused variable warning

Change-Id: I924bbf674d6b5a78eb698a686bf6f49170664328
parent 34af80e4
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