diff options
Diffstat (limited to 'flow_table.h')
| -rw-r--r-- | flow_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flow_table.h b/flow_table.h index 8fb7b5c..7694e72 100644 --- a/flow_table.h +++ b/flow_table.h @@ -176,7 +176,7 @@ static inline flow_sidx_t flow_sidx(const struct flow_common *f, unsigned sidei) { /* cppcheck-suppress [knownConditionTrueFalse, unmatchedSuppression] */ - ASSERT(sidei == !!sidei); + assert(sidei == !!sidei); return (flow_sidx_t){ .sidei = sidei, |
