libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix mingw _putenv warning


From: Jonathan Yong
Subject: [PATCH] Fix mingw _putenv warning
Date: Sun, 19 Mar 2023 12:13:05 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

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.

Attachment: 0001-libtool-fix-long-standing-mingw-_putenv-warning.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]