You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
It would be great if this could either get fixed or ignored by adding _CRT_SECURE_NO_WARNINGS to the compile_definitions. This would make backward-cpp warning free!
The text was updated successfully, but these errors were encountered:
ghosty141
changed the title
Fix warning C4996: 'getenv': This function or variable may be unsafe
Fix MSVC warning C4996: 'getenv': This function or variable may be unsafe
Apr 4, 2023
It would be great if this could either get fixed or ignored by adding
_CRT_SECURE_NO_WARNINGS
to the compile_definitions. This would make backward-cpp warning free!The text was updated successfully, but these errors were encountered: