← Back to team overview

maria-developers team mailing list archive

Re: MDEV-10142 - bb-10.2-compatibility

 


On 12/20/2016 02:25 PM, Vladislav Vaintroub wrote:
> 
> 
> On 12/20/2016 3:40 AM, Alexander Barkov wrote:
>> Hello Jerome,
>>
>> On 12/19/2016 05:16 PM, jerome brauge wrote:
>>> Hello,
>>> To build this branch on windows (Visual Studio Express 2015), I have to add "#pragma warning( disable : 4099 )" in sql_lex.h.
>>> But I don't know if it's the right solution.
>> What happened without #pragma?
> 
> Buildbot can help with that.
> 
>  if we look at the buildbot page
> https://buildbot.askmonty.org/buildbot/grid?category=main&branch=bb-10.2-compatibility,
> and at any of the Windows builders, that have been failing for a while,
> there is a lot of
> 
> d:\win32-debug\build\src\sql\sql_lex.h(729): error C4099: 'LEX' : type
> name first seen using 'struct' now seen using 'class'
> d:\win32-debug\build\src\sql\sql_lex.h(1034): error C4099: 'LEX' : type
> name first seen using 'struct' now seen using 'class'

Thanks Vlad, Jerome,

It's now fixed.

> 
> 
> inside e.g
> https://buildbot.askmonty.org/buildbot/builders/win32-debug/builds/1938/steps/cmake_1/logs/stdio
> 


References