From 1c781cc8fffa64ae59438bf653994cf908ba2b35 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 6 Sep 2008 14:14:01 +0000 Subject: modprobe-small: make insmod command line compatible function old new delta modprobe_main 326 435 +109 moderror - 52 +52 process_module 577 530 -47 --- networking/libiproute/ll_proto.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'networking') diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index 0707fe0..b826873 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c @@ -20,7 +20,9 @@ #include #endif +#if !ENABLE_WERROR #warning de-bloat +#endif /* Before re-enabling this, please (1) conditionalize exotic protocols * on CONFIG_something, and (2) decouple strings and numbers * (use llproto_ids[] = n,n,n..; and llproto_names[] = "loop\0" "pup\0" ...;) -- cgit v1.1