The following patches address some build issues in
fcoe-utils. They resolve warnings that appear with
newer versions of GCC, remove a dependency on libnl,
add format string checking where needed and turn
on -Werror as had been intended. It also resolves
a cluster of bugs around handling lun numbers that
at times can be -1.

---

Mark Rustad (6):
      fcoeadm: Fix scsi_target_id access
      fcoemon: Add attributes to allow format-string parameter checking
      fcoemon: Fix format string errors
      build: Add -Werror as had been intended
      build: Fix new warnings made by gcc 4.7
      build: Remove dependency on libnl


 Makefile.am             |    2 +-
 configure.ac            |    2 +-
 fcnsq.c                 |    2 ++
 fcoeadm_display.c       |   17 +++++++++++------
 fcoemon.c               |   31 ++++++++++++++++---------------
 fcping.c                |    2 ++
 include/fcoemon_utils.h |    8 ++++++--
 lib/rtnetlink.c         |    4 ----
 lib/sa_sys.c            |   26 ++++++++++++++++++++++++++
 9 files changed, 65 insertions(+), 29 deletions(-)

-- 
Mark Rustad, LAN Access Division, Intel Corporation
_______________________________________________
devel mailing list
[email protected]
https://lists.open-fcoe.org/mailman/listinfo/devel

Reply via email to