* move inline functions to bin_utils.h * clang-format bin_utils.* files You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/927
-- Commit Summary --
* ims_usrloc_scscf: fix compiler warnings
-- File Changes --
M src/modules/ims_usrloc_scscf/bin_utils.c (939) M src/modules/ims_usrloc_scscf/bin_utils.h (475)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/927.patch https://github.com/kamailio/kamailio/pull/927.diff
Does it worth moving the functions to .h file? It is a consistent size of code there, maybe just removing the 'inline' is better, probably the compiler is ignoring it anyhow and having it inside the .h means bigger object files for each .c including the .h.
@linuxmaniac pushed 1 commit.
ed936f0 ims_isc: fix compiler warnings
Merged #927.