diff options
Diffstat (limited to 'networking/libiproute')
-rw-r--r-- | networking/libiproute/ll_proto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index 0707fe08e..b8268732e 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c @@ -20,7 +20,9 @@ #include <linux/if_ether.h> #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" ...;) |