diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-11-23 12:43:15 -0800 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-11-23 13:31:11 -0800 |
| commit | 35dece848d46456441d75181953290a23193e84c (patch) | |
| tree | 9d3b79f1f811fb0d3c24bcba27b923a026d0a490 /zebra/zebra_fpm.c | |
| parent | 3a7c85d1dedb672ba19ea8958f18f5f7d0fe2321 (diff) | |
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 'zebra/zebra_fpm.c')
| -rw-r--r-- | zebra/zebra_fpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_fpm.c b/zebra/zebra_fpm.c index 54a13654c6..b827b994e3 100644 --- a/zebra/zebra_fpm.c +++ b/zebra/zebra_fpm.c @@ -603,7 +603,7 @@ zfpm_connection_up (const char *detail) * Check if an asynchronous connect() to the FPM is complete. */ static void -zfpm_connect_check () +zfpm_connect_check (void) { int status; socklen_t slen; |
