Thanks. Merged.

On 10/07/2014 01:38 PM, Andy Grover wrote:
> Changes in v2:
> * Fix mac_address size issue
> * Fix issues with unused but set variables instead of disabling the
>   warning
> 
> Thanks -- Andy
> 
> Andy Grover (13):
>   Fix build warnings for unused variables
>   Fix warning about possibly-uninitialized variable
>   Fix bad sizeof in memset
>   Fix missing header
>   iscsiuio: Fix warning about non-matching types
>   iscsiuio: Fix strict-aliasing warning with struct mac_address
>   iscsiuio: Resolve strict aliasing issue in iscsiuio/src/unix/nic.c
>   iscsiuio: Fix aliasing issue with IPV6_IS_ADDR_UNSPECIFIED
>   iscsiuio: Use attribute(unused) for variables that are unused but
>     needed
>   iscsiuio: Use attribute(unused) for *icmpv6_hdr
>   iscsiuio: Change nic_disable to return void
>   iscsiuio: Remove set but unused variables
>   iscsiuio: Check return value from nic_queue_tx_packet
> 
>  iscsiuio/src/apps/dhcpc/dhcpv6.c |  6 ++----
>  iscsiuio/src/uip/ipv6.c          |  2 +-
>  iscsiuio/src/uip/ipv6.h          | 39 ++++++++++++---------------------------
>  iscsiuio/src/uip/pt.h            |  2 +-
>  iscsiuio/src/uip/uip.c           |  2 +-
>  iscsiuio/src/uip/uip_arp.c       |  2 --
>  iscsiuio/src/unix/libs/bnx2x.c   |  2 +-
>  iscsiuio/src/unix/main.c         |  5 ++---
>  iscsiuio/src/unix/nic.c          | 19 +++++++++----------
>  iscsiuio/src/unix/nic_utils.c    | 16 ++++++++++++----
>  iscsiuio/src/unix/nic_utils.h    |  2 +-
>  iscsiuio/src/unix/packet.c       |  5 +----
>  usr/be2iscsi.c                   |  1 -
>  usr/iscsiadm.c                   |  5 ++---
>  usr/login.c                      |  2 --
>  usr/md5.c                        |  2 +-
>  usr/mgmt_ipc.c                   |  1 +
>  usr/netlink.c                    |  3 +--
>  utils/md5.c                      |  2 +-
>  utils/open-isns/bitvector.c      | 15 ++++++---------
>  utils/open-isns/dd.c             |  3 +--
>  21 files changed, 56 insertions(+), 80 deletions(-)
> 

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to