Re: Avoid deprecation warning with MSVC

2018-03-24 Thread Olly Betts
On 2018-01-24, Josh Soref wrote: > Olly Betts wrote: > > Using -Fe instead of -o avoids the warning and should be OK with older > > versions too (the MSVS 2008 docs list -Fe). > > That flag is much older than 2008. > > https://msdn.microsoft.com/en-us/library/aa236704(v=vs.60).aspx Thanks - it se

Re: Avoid deprecation warning with MSVC

2018-01-23 Thread Josh Soref
Olly Betts wrote: Using -Fe instead of -o avoids the warning and should be OK with older versions too (the MSVS 2008 docs list -Fe). That flag is much older than 2008. https://msdn.microsoft.com/en-us/library/aa236704(v=vs.60).aspx