Re: [PATCH] Fix mingw _putenv warning

2024-01-13 Thread Mike Frysinger
i merged Vadim's patch now, thanks -mike signature.asc Description: PGP signature

Re: [PATCH] Fix mingw _putenv warning

2023-03-24 Thread Jonathan Yong
On 3/19/23 12:13, Jonathan Yong wrote: This was breaking mpg123 if CFLAGS has -pedantic -Werror. Refresh of the patch from: https://lists.gnu.org/archive/html/libtool/2011-06/msg00040.html _putenv is always __cdecl and is always dllimported from the OS C runtime DLL. Ping, any updates on thi

[PATCH] Fix mingw _putenv warning

2023-03-19 Thread Jonathan Yong
This was breaking mpg123 if CFLAGS has -pedantic -Werror. Refresh of the patch from: https://lists.gnu.org/archive/html/libtool/2011-06/msg00040.html _putenv is always __cdecl and is always dllimported from the OS C runtime DLL.From 74bae2bbd96cf38eeda3495bedfcd7f5b90680fb Mon Sep 17 00:00:00 2