[patch #10417] Avoid deprecation warning with MSVC

2024-01-16 Thread Ileana Dumitrescu
Update of patch#10417 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Thank you for the pa

[patch #10417] Avoid deprecation warning with MSVC

2023-11-26 Thread Olly Betts
URL: <https://savannah.gnu.org/patch/?10417> Summary: Avoid deprecation warning with MSVC Group: GNU Libtool Submitter: ollybetts Submitted: Mon 27 Nov 2023 03:53:22 AM UTC Category: None Pr

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

Avoid deprecation warning with MSVC

2018-01-23 Thread Olly Betts
Using -Fe instead of -o avoids the warning and should be OK with older versions too (the MSVS 2008 docs list -Fe). Cheers, Olly From 0d1a97460cf14d2574db4749f7bf4c2145035c07 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 24 Jan 2018 14:09:23 +1300 Subject: [PATCH] Use -Fe with MSVC to s