Add some more casts (2/2)
[deliverable/binutils-gdb.git] / gdb / python / py-breakpoint.c
index 30619dc1962e89a43002f2116a1d70ac8d4d2886..9c0b0e435bc2d6dc4b52fe600839cd1f4099e95e 100644 (file)
@@ -720,7 +720,7 @@ bppy_init (PyObject *self, PyObject *args, PyObject *kwargs)
 static int
 build_bp_list (struct breakpoint *b, void *arg)
 {
-  PyObject *list = arg;
+  PyObject *list = (PyObject *) arg;
   PyObject *bp = (PyObject *) b->py_bp_object;
   int iserr = 0;
 
This page took 0.024691 seconds and 4 git commands to generate.