From 0209b2c932994e9ca55d39d98a83ea02aacd1332 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sat, 18 Mar 2023 23:18:11 -0400 Subject: Modernize code by removing use of old style definitions. Also add -Werror=old-style-definition to enforce new code. Message-Id: --- lwip/port/netif/hurdtunif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lwip/port/netif/hurdtunif.c') diff --git a/lwip/port/netif/hurdtunif.c b/lwip/port/netif/hurdtunif.c index c976703f..da4d5cbe 100644 --- a/lwip/port/netif/hurdtunif.c +++ b/lwip/port/netif/hurdtunif.c @@ -278,7 +278,7 @@ hurdtunif_device_init (struct netif *netif) * This function should be called once. */ error_t -hurdtunif_module_init () +hurdtunif_module_init (void) { error_t err = 0; -- cgit v1.2.3