nat_traversal.c:1477:54: warning: implicit conversion from 'hdr_flags_t' (aka 'unsigned long long') to 'enum _hdr_types_t' changes value from 18446744073709551615 to -1 [-Wconstant-conversion] nat_traversal.c:1487:49: warning: implicit conversion from 'hdr_flags_t' (aka 'unsigned long long') to 'enum _hdr_types_t' changes value from 18446744073709551615 to -1 [-Wconstant-conversion] You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/196
-- Commit Summary --
* modules/nat_traversal: avoid clang warnings with cast to (enum _hdr_types_t)
-- File Changes --
M modules/nat_traversal/nat_traversal.c (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/196.patch https://github.com/kamailio/kamailio/pull/196.diff
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/196
Merged #196.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/196#event-326222605