Re: [sr-dev] [kamailio/kamailio] ims usrloc scscf: fix inline function bin_xxx declared but never defined (#927)

2017-01-13 Thread Daniel-Constantin Mierla
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. -- You are receiving this because yo

[sr-dev] [kamailio/kamailio] ims usrloc scscf: fix inline function bin_xxx declared but never defined (#927)

2017-01-13 Thread Victor Seva
* 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_usrl