]> granicus.if.org Git - graphviz/commit
fix "function declaration isn't a prototype" warnings from -Wstrict-prototypes
authorellson <devnull@localhost>
Thu, 24 Feb 2005 00:57:33 +0000 (00:57 +0000)
committerellson <devnull@localhost>
Thu, 24 Feb 2005 00:57:33 +0000 (00:57 +0000)
commit9e9ab503aa0a99588f05aefb57b185b19d34d150
tree9816112bee37af8119f97f65c8e50b6d738b90e8
parent9322417b44413170eda3488f19afdc966ea7100e
fix "function declaration isn't a prototype" warnings from -Wstrict-prototypes
    mostly by using (void) instead of () for functions with empty parameter lists.
18 files changed:
lib/common/emit.c
lib/common/gdgen.c
lib/common/gdusershape.c
lib/common/htmllex.c
lib/common/htmllex.h
lib/common/htmlparse.y
lib/common/pointset.c
lib/common/pointset.h
lib/common/psgen.c
lib/common/psusershape.c
lib/common/renderprocs.h
lib/common/shapes.c
lib/common/utils.c
lib/common/vrmlgen.c
lib/common/vtxgen.c
lib/common/xdgen.c
lib/dotgen/sameport.c
lib/graph/graph.h