commit | ad660e3f84c24435b9f883416568415819f137fa | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 06 16:38:40 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 06 16:42:08 2019 +0200 |
tree | 65cb447e9e1f5f1eecbf856e308b184afebf9395 | |
parent | 1ec9bb5b62d915b66d2f2b4cffbd28ae16b22311 [diff] |
BUILD: stream-int: avoid a build warning in dev mode in si_state_bit() The BUG_ON() test emits a warning about an always-true comparison regarding <state> which cannot be lower than zero. Let's get rid of it.