In file included from tests/cpychecker/PyArg_ParseTuple/without_PY_SSIZE_T_CLEAN/input.c:28:nn:
In function 'hash_format_codes':
tests/cpychecker/PyArg_ParseTuple/without_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:59:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "s#" [enabled by default]
  argument 4 ("&sval") had type
    "Py_ssize_t *" (pointing to 64 bits)
  but was expecting
    "int *" (pointing to 32 bits)
  for format code "s#"
tests/cpychecker/PyArg_ParseTuple/without_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:62:37: warning: Mismatching type in call to PyArg_ParseTupleAndKeywords with format code "s#" [enabled by default]
  argument 6 ("&sval") had type
    "Py_ssize_t *" (pointing to 64 bits)
  but was expecting
    "int *" (pointing to 32 bits)
  for format code "s#"
tests/cpychecker/PyArg_ParseTuple/without_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:77:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "z#" [enabled by default]
  argument 4 ("&sval") had type
    "Py_ssize_t *" (pointing to 64 bits)
  but was expecting
    "int *" (pointing to 32 bits)
  for format code "z#"
tests/cpychecker/PyArg_ParseTuple/without_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:88:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "u#" [enabled by default]
  argument 4 ("&sval") had type
    "Py_ssize_t *" (pointing to 64 bits)
  but was expecting
    "int *" (pointing to 32 bits)
  for format code "u#"
tests/cpychecker/PyArg_ParseTuple/without_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:99:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "es#" [enabled by default]
  argument 5 ("&sval") had type
    "Py_ssize_t *" (pointing to 64 bits)
  but was expecting
    "int *" (pointing to 32 bits)
  for format code "es#"
tests/cpychecker/PyArg_ParseTuple/without_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:110:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "et#" [enabled by default]
  argument 5 ("&sval") had type
    "Py_ssize_t *" (pointing to 64 bits)
  but was expecting
    "int *" (pointing to 32 bits)
  for format code "et#"
tests/cpychecker/PyArg_ParseTuple/without_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:121:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "t#" [enabled by default]
  argument 4 ("&sval") had type
    "Py_ssize_t *" (pointing to 64 bits)
  but was expecting
    "int *" (pointing to 32 bits)
  for format code "t#"
tests/cpychecker/PyArg_ParseTuple/without_PY_SSIZE_T_CLEAN/../hash_format_codes.inc:132:26: warning: Mismatching type in call to PyArg_ParseTuple with format code "w#" [enabled by default]
  argument 4 ("&sval") had type
    "Py_ssize_t *" (pointing to 64 bits)
  but was expecting
    "int *" (pointing to 32 bits)
  for format code "w#"
