From 35dece848d46456441d75181953290a23193e84c Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 23 Nov 2015 12:43:15 -0800 Subject: Quagga: Fixup some compile warnings Fixup compile warnings for when you turn on --enable-gcc-ultra-verbose=yes Signed-off-by: Donald Sharp --- ospfclient/ospfclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfclient/ospfclient.c') diff --git a/ospfclient/ospfclient.c b/ospfclient/ospfclient.c index 3608ebaca3..1cc9ea6299 100644 --- a/ospfclient/ospfclient.c +++ b/ospfclient/ospfclient.c @@ -250,7 +250,7 @@ nsm_change_callback (struct in_addr ifaddr, struct in_addr nbraddr, * --------------------------------------------------------- */ -static int usage() +static int usage(void) { printf("Usage: ospfclient \n"); printf("where ospfd : router where API-enabled OSPF daemon is running\n"); -- cgit v1.2.3