mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Quiet a [useless] compiler warning.
This commit is contained in:
parent
d73c3f4796
commit
065fe72747
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue