In function 'incorrect_usage_of_S_and_U':
tests/cpychecker/PyArg_Parse/incorrect_codes_S_and_U/input.c:33:nn: warning: Mismatching type in call to PyArg_Parse with format code "SU" [enabled by default]
  argument 3 ("&val1") had type
    "int *" (pointing to 32 bits)
  but was expecting
    one of "struct PyStringObject * *" or "struct PyObject * *"
  for format code "S"
tests/cpychecker/PyArg_Parse/incorrect_codes_S_and_U/input.c:33:nn: warning: Mismatching type in call to PyArg_Parse with format code "SU" [enabled by default]
  argument 4 ("&val2") had type
    "int *" (pointing to 32 bits)
  but was expecting
    one of "struct PyUnicodeObject * *" or "struct PyObject * *"
  for format code "U"
