]> granicus.if.org Git - graphviz/commit
Remove declaration enqueue_neighbors from render.h
authorErwin Janssen <erwinjanssen@outlook.com>
Wed, 4 Jan 2017 23:20:03 +0000 (00:20 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 4 Jan 2017 23:30:14 +0000 (00:30 +0100)
commit3f07a3079e617f9d070f936be23c1817f78bbb6f
tree82f122bf645fc45c1bfa0bc45bb1bf741f9f1c0c
parent319cc74a7a344411862ed3e8ffa8b190e49f6f46
Remove declaration enqueue_neighbors from render.h

The function `enqueue_neighbors` is declared in both render.h and in
dotprocs.h, while it is only used in lib/dotgen. The double declaration
causes "inconstant dll linkage" warnings on Windows.
lib/common/render.h