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 /ripngd/ripng_offset.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 'ripngd/ripng_offset.c')
| -rw-r--r-- | ripngd/ripng_offset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_offset.c b/ripngd/ripng_offset.c index 5bc2568e8d..4ed6e9b0c4 100644 --- a/ripngd/ripng_offset.c +++ b/ripngd/ripng_offset.c @@ -65,7 +65,7 @@ strcmp_safe (const char *s1, const char *s2) } static struct ripng_offset_list * -ripng_offset_list_new () +ripng_offset_list_new (void) { struct ripng_offset_list *new; |
