diff options
Diffstat (limited to 'gdb/python/py-evts.c')
-rw-r--r-- | gdb/python/py-evts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-evts.c b/gdb/python/py-evts.c index 4c079e2..427b6d5 100644 --- a/gdb/python/py-evts.c +++ b/gdb/python/py-evts.c @@ -37,7 +37,7 @@ static struct PyModuleDef EventModuleDef = /* Initialize python events. */ -static int +static int CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION add_new_registry (eventregistry_object **registryp, char *name) { *registryp = create_eventregistry_object (); |