On Mon, Feb 06, 2017 at 04:41:41AM +0000, Alin Serdean wrote:
> Gcc compiler argument -Wall contains -Wimplicit-function-declaration which
> gives warnings when a function is used before declared.
> Map VStudio compiler error C4013 to it.
> More info on C4013:
> https://msdn.microsoft.com/en-us/library/d3ct4kz9.aspx
> 
> At the moment we cannot switch to the equivalent -Werror because we need
> to solve other warnings.
> 
> As a temporary solution issue an error when this warning is triggered.
> This will help development on the Windows side.
> 
> Suggested-by: Ben Pfaff <b...@ovn.org>
> Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com>

This seems reasonable to me.  I assume that other patches in the series
are needed before this one can be applied, so I'll wait for the next
revision of the series before applying it.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to