]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Fix Win32 build warnings about _putenv_s() redeclaration
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 27 Mar 2021 09:36:41 +0000 (09:36 +0000)
committerDavid Woodhouse <dwmw2@infradead.org>
Sat, 27 Mar 2021 10:04:19 +0000 (10:04 +0000)
commit0d62d074883100a771f4dcae9402e2a69fe624b5
treee002b4091fc5f593d228ba5a5ff87a70f893d5c8
parent12ee5801cbb51855a0def7c71afcf3e5af142d24
Fix Win32 build warnings about _putenv_s() redeclaration

../compat.c:30:9: error: '_putenv_s' redeclared without dllimport attribute: previous dllimport ignored [-Werror=attributes]
   30 | errno_t _putenv_s(
      |         ^~~~~~~~~

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
compat.c
configure.ac