Disabling Warnings generated via _CRT_SECURE_NO_DEPRECATE

前端 未结 10 1589
说谎
说谎 2020-12-02 06:00

What is the best way to disable the warnings generated via _CRT_SECURE_NO_DEPRECATE that allows them to be reinstated with ease and will work across Visual Stud

10条回答
  •  粉色の甜心
    2020-12-02 06:32

    you can disable security check. go to

    Project -> Properties -> Configuration properties -> C/C++ -> Code Generation -> Security Check

    and select Disable Security Check (/GS-)

提交回复
热议问题