From: Matthew Fernandez Date: Tue, 8 Sep 2020 00:25:47 +0000 (-0700) Subject: squash a -Wundef warning X-Git-Tag: 2.46.0~20^2^2~82^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b91516e7604bd3d0fb801418be32f04940ecff7;p=graphviz squash a -Wundef warning --- diff --git a/lib/common/shapes.c b/lib/common/shapes.c index 2a6a32b58..14f0c7add 100644 --- a/lib/common/shapes.c +++ b/lib/common/shapes.c @@ -3500,7 +3500,7 @@ static void pos_reclbl(field_t * f, pointf ul, int sides) } } -#if DEBUG > 1 +#if defined(DEBUG) && DEBUG > 1 static void indent(int l) { int i;