diff options
Diffstat (limited to 'gdb/python/py-utils.c')
-rw-r--r-- | gdb/python/py-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/python/py-utils.c b/gdb/python/py-utils.c index aed8fff..cd11834 100644 --- a/gdb/python/py-utils.c +++ b/gdb/python/py-utils.c @@ -29,6 +29,7 @@ static void py_decref (void *p) { PyObject *py = p; + /* Note that we need the extra braces in this 'if' to avoid a warning from gcc. */ if (py) |