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

2017-04-18 Thread Alin Serdean
> > As a temporary solution issue an error when this warning is triggered. > > This will help development on the Windows side. > > > > Suggested-by: Ben Pfaff > > Signed-off-by: Alin Gabriel Serdean > > This seems reasonable to me. I assume that

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

2017-02-05 Thread Alin Serdean
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