Quiet a [useless] compiler warning.
This commit is contained in:
parent
d73c3f4796
commit
065fe72747
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user