diff --git a/src/Base/Interpreter.cpp b/src/Base/Interpreter.cpp index 62be35f003..974171e585 100644 --- a/src/Base/Interpreter.cpp +++ b/src/Base/Interpreter.cpp @@ -979,7 +979,7 @@ bool InterpreterSingleton::convertSWIGPointerObj(const char* Module, const char* (void)TypeName; (void)obj; (void)ptr; - (flags)flags; + (void)flags; result = -1; // indicates error #endif #if PY_MAJOR_VERSION < 3