diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-25 16:13:58 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-25 16:13:58 -0700 |
| commit | c0325cfa4217ccfcbbc938ebf59634d3f5fcf1f8 (patch) | |
| tree | 2ef6325a6c376f1079a2bb3e501b5565bd01016f /lib/bfd.c | |
| parent | aa9584c1cff4b1ea799b6d1013230eaf7a7aa4e5 (diff) | |
Fixup of a few missed warnings after --enable-werror turned on
Ticket: Trivial
Reviewed by: Trivial
Testing: Compilation
Diffstat (limited to 'lib/bfd.c')
| -rw-r--r-- | lib/bfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ bfd_info_create(void) * bfd_info_free - Free the BFD information. */ void -bfd_info_free(void **bfd_info) +bfd_info_free(struct bfd_info **bfd_info) { if (*bfd_info) { |
