From 633aaaf0f30a6eb8d59eb066d3e9e9e92bce4fd1 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 10 May 2012 10:29:22 +0200 Subject: Add more CC warning option to debug mode --- lib/ipset_bitmap_port.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ipset_bitmap_port.c') diff --git a/lib/ipset_bitmap_port.c b/lib/ipset_bitmap_port.c index de02e50..7b1f839 100644 --- a/lib/ipset_bitmap_port.c +++ b/lib/ipset_bitmap_port.c @@ -86,6 +86,7 @@ static struct ipset_type ipset_bitmap_port0 = { .usage = bitmap_port_usage, }; +void _init(void); void _init(void) { ipset_type_add(&ipset_bitmap_port0); -- cgit v1.2.3