diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2022-09-05 15:52:01 +0200 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2022-09-05 23:44:51 +0200 |
commit | e5063f9883790f245bf87e26455255213faf728e (patch) | |
tree | 344e6ff22e2fe56a05f190d6ae4cbe4ea1726a05 /rrdtool | |
parent | 0a47f745cc87f967f0d8513b4178321e21a02efc (diff) |
Fix some warnings
Ubuntu-20.04, clang-16 (nightly build)
```
Making all in src/lib
protocols/smpp.c:70:17: warning: variable 'pdu_c' set but not used [-Wunused-but-set-variable]
u_int16_t pdu_c = 1;
^
1 warning generated.
third_party/src/ahocorasick.c:173:20: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
thiz->root->root = 1;
^ ~
third_party/src/ahocorasick.c:336:15: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
n->ff = 1;
^ ~
third_party/src/ahocorasick.c:716:21: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
node->final = 1;
[...]
```
Diffstat (limited to 'rrdtool')
0 files changed, 0 insertions, 0 deletions