mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
The warnings looked like this:
htmlparse.c: In function ‘yyparse’:
htmlparse.c:1810:18: warning: passing argument 1 of ‘yyerror’ from incompatible pointer type [-Wincompatible-pointer-types]
htmlparse.y:40:13: note: expected ‘PyObject ** {aka struct _object **}’ but argument is of type ‘PyObject * {aka struct _object *}’
htmlparse.c:1927:12: warning: passing argument 1 of ‘yyerror’ from incompatible pointer type [-Wincompatible-pointer-types]
htmlparse.y:40:13: note: expected ‘PyObject ** {aka struct _object **}’ but argument is of type ‘PyObject * {aka struct _object *}’
The argument is not used, so it doesn't really matter what pointer type
it is.
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| __init__.py | ||
| fixincludes.awk | ||
| htmllex.c | ||
| htmllex.l | ||
| htmllib.py | ||
| htmlparse.c | ||
| htmlparse.h | ||
| htmlparse.y | ||
| htmlsax.h | ||
| Makefile | ||
| s_util.c | ||
| s_util.h | ||