From 065fe7274772bc4c23c135bf32fa781ca0a6b2a4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 23 Jul 2001 23:27:28 +0000 Subject: [PATCH] Quiet a [useless] compiler warning. --- usr.bin/find/operator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index d7ac7454e52..2fae7494c9f 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -176,7 +176,7 @@ not_squish(plan) tail = result = NULL; - while (next = yanknode(&plan)) { + while ((next = yanknode(&plan))) { /* * if we encounter a ( expression ) then look for nots in * the expr subplan.