Skip to content
Snippets Groups Projects
Commit 92db6177 authored by Thomas Moulard's avatar Thomas Moulard Committed by Florent Lamiraux florent@laas.fr
Browse files

Fix warnings.

parent c0111775
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ namespace dynamicgraph { ...@@ -157,7 +157,7 @@ namespace dynamicgraph {
return Py_BuildValue(""); return Py_BuildValue("");
} }
PyObject* listSignals(PyObject* self, PyObject* args) PyObject* listSignals(PyObject* /*self*/, PyObject* args)
{ {
void* pointer = NULL; void* pointer = NULL;
PyObject* object = NULL; PyObject* object = NULL;
......
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