From: ellson Date: Tue, 18 Oct 2005 21:10:36 +0000 (+0000) Subject: make conditional some vars that are unused when DISABLE_CODEGENS X-Git-Tag: LAST_LIBGRAPH~32^2~7067 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ea74393f20e5f9c5f1e7cfcb975b965cfbb33cd;p=graphviz make conditional some vars that are unused when DISABLE_CODEGENS --- diff --git a/lib/gvc/gvrender.c b/lib/gvc/gvrender.c index 87a43fd23..434a4fff0 100644 --- a/lib/gvc/gvrender.c +++ b/lib/gvc/gvrender.c @@ -45,8 +45,10 @@ extern codegen_t PS_CodeGen; /* storage for temporary hacks until client API is FP */ static pointf *AF; static int sizeAF; +#ifndef DISABLE_CODEGENS static point *A; static int sizeA; +#endif /* end hack */ int gvrender_select(GVJ_t * job, char *str)