]> 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)
commit41070eeca8bfc3b185f467946d856c7ca6774bda
tree10c1d6d07e059e88384134bd73900f0cf079fb6d
parentb187e388de5e58200cfd7d459a8017e8937f3e3b
fix "function declaration isn't a prototype" warnings from -Wstrict-prototypes
    mostly by using (void) instead of () for functions with empty parameter lists.
12 files changed:
cmd/dot/dot.c
cmd/dot/dotneato.c
cmd/dot/dotneato.h
cmd/gvpr/compile.c
cmd/gvpr/gprstate.h
cmd/lefty/ws/x11/libfilereq/Draw.c
cmd/lefty/ws/x11/libfilereq/Path.c
cmd/lefty/ws/x11/libfilereq/SFinternal.h
cmd/lefty/ws/x11/libfilereq/SelFile.c
cmd/tools/ccomps.c
cmd/tools/cvtgxl.c
cmd/tools/gxl2dot.c