Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Warning fix with _CRT_SECURE_NO_WARNINGS #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Zalron
Copy link

@Zalron Zalron commented Jun 14, 2021

if using MSVC it will turn off the deprecation errors when not using _s functions

if you are using Visual Studio it defines a _CRT_SECURE_NO_WARNINGS because if you don't you can't build without errors about deprecation,
added define _CRT_SECURE_NO_WARNINGS  in the source header file too
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant