]> 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)
commit9322417b44413170eda3488f19afdc966ea7100e
tree795b0b61855b65dd74c9df1474c96ecdeaecf672
parent41070eeca8bfc3b185f467946d856c7ca6774bda
fix "function declaration isn't a prototype" warnings from -Wstrict-prototypes
    mostly by using (void) instead of () for functions with empty parameter lists.
lib/ast/ast.h
lib/circogen/deglist.c
lib/circogen/deglist.h
lib/circogen/edgelist.h
lib/circogen/nodelist.h
lib/circogen/nodeset.h
lib/circogen/stack.h