Hi all,

While building AOO41X for Windows I just noticed in the logs:

---

7>..\..\Modules\zlib\gzwrite.c(89) : warning C4996: 'write': The POSIX
name for this item is deprecated. Instead, use the ISO C++ conformant
name: _write. See online help for details.
        C:\PROGRA~2\MICROS~1.0\VC\include\io.h(322) : see declaration of
'write'
7>..\..\Modules\zlib\gzwrite.c(91) : warning C4996: 'strerror': This
function or variable may be unsafe. Consider using strerror_s instead.
To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for
details.
        C:\PROGRA~2\MICROS~1.0\VC\include\string.h(126) : see
declaration of 'strerror'
7>..\..\Modules\zlib\gzwrite.c(110) : warning C4996: 'write': The POSIX
name for this item is deprecated. Instead, use the ISO C++ conformant
name: _write. See online help for details.
        C:\PROGRA~2\MICROS~1.0\VC\include\io.h(322) : see declaration of
'write'
7>..\..\Modules\zlib\gzwrite.c(112) : warning C4996: 'strerror': This
function or variable may be unsafe. Consider using strerror_s instead.
To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for
details.
        C:\PROGRA~2\MICROS~1.0\VC\include\string.h(126) : see
declaration of 'strerror'
7>..\..\Modules\zlib\gzwrite.c(428) : warning C4996: 'vsnprintf': This
function or variable may be unsafe. Consider using vsnprintf_s instead.
To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for
details.
        C:\PROGRA~2\MICROS~1.0\VC\include\stdio.h(350) : see declaration
of 'vsnprintf'
7>..\..\Modules\zlib\gzwrite.c(661) : warning C4996: 'close': The POSIX
name for this item is deprecated. Instead, use the ISO C++ conformant
name: _close. See online help for details.

---

Our ZLIB is 1.2.7 from 2012.
The most recent version is 1.2.11 from 2017 [1].

Time to update?

Regards,

   Matthias

[1] https://zlib.net/ChangeLog.txt



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to