]> git.ipfire.org Git - thirdparty/kea.git/commit
[#3256] fix Wtype-limits warnings
authorAndrei Pavel <andrei@isc.org>
Thu, 16 May 2024 12:45:54 +0000 (15:45 +0300)
committerAndrei Pavel <andrei@isc.org>
Mon, 20 May 2024 20:28:17 +0000 (23:28 +0300)
commitbceff40010e5e9d543abd5b495e249ff41aaef07
treed42e087ee196c9ac9adabfd6ef2cdd796568a38b
parent05362b115fdf6c082a1c21a85b53525dd824f417
[#3256] fix Wtype-limits warnings

```
data.cc:905:21: warning: comparison is always true due to limited range of data type [-Wtype-limits]
data.cc:905:48: warning: comparison is always false due to limited range of data type [-Wtype-limits]
http_message_parser_base.cc:266:15: warning: comparison is always true due to limited range of data type [-Wtype-limits]
http_message_parser_base.cc:271:17: warning: comparison is always true due to limited range of data type [-Wtype-limits]
```
src/lib/cc/data.cc
src/lib/http/http_message_parser_base.cc
src/lib/http/http_message_parser_base.h