linkchecker/linkcheck/HtmlParser
Marius Gedminas fb1debaa68 Fix incompatible pointer type warnings
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.
2017-02-24 15:04:09 +02:00
..
.gitignore Added .gitignore files 2008-02-08 10:38:29 +00:00
__init__.py More python3 fixes 2014-09-12 21:59:07 +02:00
fixincludes.awk ensure that Python.h gets included before any system headers 2004-09-06 15:19:23 +00:00
htmllex.c Fix "operation on ... may be undefined" [-Wsequence-point] warnings 2017-02-13 15:20:33 +02:00
htmllex.l Fix "operation on ... may be undefined" [-Wsequence-point] warnings 2017-02-13 15:20:33 +02:00
htmllib.py Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements. 2014-03-01 00:12:34 +01:00
htmlparse.c Fix incompatible pointer type warnings 2017-02-24 15:04:09 +02:00
htmlparse.h Fix "operation on ... may be undefined" [-Wsequence-point] warnings 2017-02-13 15:20:33 +02:00
htmlparse.y Fix incompatible pointer type warnings 2017-02-24 15:04:09 +02:00
htmlsax.h Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements. 2014-03-01 00:12:34 +01:00
Makefile Fix parser for changes in bison 3.0.x 2015-11-26 12:33:44 +01:00
s_util.c Require and use Python 2.5 2008-04-27 11:39:21 +00:00
s_util.h remove unused include 2006-10-19 19:30:55 +00:00