diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-11-23 21:43:15 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-11-23 22:31:11 +0100 |
commit | 35dece848d46456441d75181953290a23193e84c (patch) | |
tree | 9d3b79f1f811fb0d3c24bcba27b923a026d0a490 /ospfclient | |
parent | lib: Fixup of NULL calls to XSTRDUP (diff) | |
download | frr-35dece848d46456441d75181953290a23193e84c.tar.xz frr-35dece848d46456441d75181953290a23193e84c.zip |
Quagga: Fixup some compile warnings
Fixup compile warnings for when you turn on --enable-gcc-ultra-verbose=yes
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospfclient')
-rw-r--r-- | ospfclient/ospfclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfclient/ospfclient.c b/ospfclient/ospfclient.c index 3608ebaca..1cc9ea629 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 <ospfd> <lsatype> <opaquetype> <opaqueid> <ifaddr> <areaid>\n"); printf("where ospfd : router where API-enabled OSPF daemon is running\n"); |