On Wed, May 06, 2015 at 02:41:23PM -0700, Joe Stringer wrote:
> Clang-3.7 generates warnings such as the following:
> ../lib/ovs-lldp.c:394:19: error: address of array 'hardware->h_ifname'
> will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
> 
> This value is fetched from a netdev, which as far as I can tell must
> always have a non-NULL name. Simplify this code.
> 
> Signed-off-by: Joe Stringer <[email protected]>

Acked-by: Ben Pfaff <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to