On 2017/3/11 10:22, sisyph...@optusnet.com.au wrote:
> So ... how do I see the associated "deprecation" warning when compiling a
> program that contains a call to "mkdir" ?
The warning is enabled by adding `#define __MINGW_MSVC_COMPAT_WARNINGS 
1` before #include'ing any headers or use the command-line option 
`-D__MINGW_MSVC_COMPAT_WARNINGS`. No additional -W options are needed. 
See `_mingw_mac.h`.

-- 
Best regards,
LH_Mouse


------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to