]> granicus.if.org Git - graphviz/commitdiff
gvpr: squash -Wundef warning for 'DEBUG'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 8 Sep 2022 03:57:57 +0000 (20:57 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 9 Sep 2022 14:45:06 +0000 (07:45 -0700)
lib/gvpr/compile.c

index e907c1db9d165ff343cb7a82732a9bfbaebd0f4a..e6548fc6cf672bfbcbdd07b1e976b2ba02e56393 100644 (file)
@@ -196,7 +196,7 @@ static int posOf(Agnode_t* np, int idx, double* v)
     
 }
 
-#if DEBUG > 1
+#if defined(DEBUG) && DEBUG > 1
 static char *symName(Expr_t * ex, int op)
 {
     if (op >= MINNAME && op <= MAXNAME)