In function 'test':
tests/cpychecker/refcounts/PyObject_CallFunctionObjArgs/incorrect/input.c:33:nn: warning: argument 2 had type char[12] * but was expecting a PyObject* (or subclass) [enabled by default]
tests/cpychecker/refcounts/PyObject_CallFunctionObjArgs/incorrect/input.c:33:nn: warning: argument 3 had type char[13] * but was expecting a PyObject* (or subclass) [enabled by default]
tests/cpychecker/refcounts/PyObject_CallFunctionObjArgs/incorrect/input.c:33:nn: warning: argument 4 had type char[4] * but was expecting a PyObject* (or subclass) [enabled by default]
tests/cpychecker/refcounts/PyObject_CallFunctionObjArgs/incorrect/input.c:33:nn: warning: argument 5 had type char[3] * but was expecting a PyObject* (or subclass) [enabled by default]
tests/cpychecker/refcounts/PyObject_CallFunctionObjArgs/incorrect/input.c:33:nn: warning: argument 6 had type char[3] * but was expecting a PyObject* (or subclass) [enabled by default]
tests/cpychecker/refcounts/PyObject_CallFunctionObjArgs/incorrect/input.c:33:nn: warning: argument 7 had type char[4] * but was expecting a PyObject* (or subclass) [enabled by default]
tests/cpychecker/refcounts/PyObject_CallFunctionObjArgs/incorrect/input.c:33:nn: warning: arguments to PyObject_CallFunctionObjArgs were not NULL-terminated [enabled by default]
