[SLOF] [PATCH slof v2 2/4] net-snk: Fix gcc warnings

Thomas Huth thuth at redhat.com
Thu Jan 21 19:46:55 AEDT 2016


On 21.01.2016 02:39, Alexey Kardashevskiy wrote:
> This replaces some local variable types and some function parameters from
> signed to unsigned to fix gcc warnings.
> 
> Tested DHCP+TFTP on both IPv4 and IPv6.
> 
> Signed-off-by: Alexey Kardashevskiy <aik at ozlabs.ru>
> ---
>  clients/net-snk/app/netlib/dhcp.c | 8 ++++----
>  clients/net-snk/app/netlib/ipv4.c | 4 ++--
>  clients/net-snk/app/netlib/ipv4.h | 4 ++--
>  clients/net-snk/app/netlib/ipv6.c | 2 +-
>  clients/net-snk/app/netlib/ipv6.h | 2 +-
>  clients/net-snk/app/netlib/udp.c  | 2 +-
>  clients/net-snk/app/netlib/udp.h  | 2 +-
>  7 files changed, 12 insertions(+), 12 deletions(-)

Reviewed-by: Thomas Huth <thuth at redhat.com>



More information about the SLOF mailing list