iptc_insert_chain is too big to get inlined and so it generates a warning while compiling. Signed-off-by: Christoph Paasch <christoph.paasch@xxxxxxxxx> --- libiptc/libiptc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 544a5b2..c3d9bfc 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c @@ -841,7 +841,7 @@ static int __iptcc_p_del_policy(struct xtc_handle *h, unsigned int num) } /* alphabetically insert a chain into the list */ -static inline void iptc_insert_chain(struct xtc_handle *h, struct chain_head *c) +static void iptc_insert_chain(struct xtc_handle *h, struct chain_head *c) { struct chain_head *tmp; struct list_head *list_start_pos; -- 1.5.6.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html