[ovs-dev] [PATCH v3 3/3] build-windows: cccl fail compilation on Wimplicit-function-declaration

Ben Pfaff blp at ovn.org
Thu May 25 21:34:42 UTC 2017


On Mon, May 22, 2017 at 11:56:50AM +0000, Alin Serdean wrote:
> From: Alin Serdean <aserdean at cloudbasesolutions.com>
> 
> 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 <blp at ovn.org>
> Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
> ---
> v3: no change
> v2: no change

Thanks Alin!  I applied all of these patches to master, without change.


More information about the dev mailing list