diff options
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r-- | networking/ifupdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 58e69530c..6aa929a30 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -530,7 +530,7 @@ static int dhcp_down(struct interface_defn_t *ifd, execfn *exec) | |||
530 | #endif | 530 | #endif |
531 | } | 531 | } |
532 | 532 | ||
533 | static int manual_up_down(struct interface_defn_t *ifd, execfn *exec) | 533 | static int manual_up_down(struct interface_defn_t *ifd ATTRIBUTE_UNUSED, execfn *exec ATTRIBUTE_UNUSED) |
534 | { | 534 | { |
535 | return 1; | 535 | return 1; |
536 | } | 536 | } |