Re: Building current gdb on centos-5
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 05/30/2013 09:08 AM, Pedro Alves wrote: > Making that: > > - Py_DECREF (op); > + Py_DECREF ((PyObject*) op); > > should fix this. I'll push a fix. Done. http://sourceware.org/ml/gdb-patches/2013-05/msg01045.html Thanks for reporting. -- Pedro Alves