error C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C언어,ARM / 2020. 3. 21. 23:27
error C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
문제가 있을 수 도 있다는 경고.
경고 무시하도록함.
#pragma warning(disable : 4996)
'C언어,ARM' 카테고리의 다른 글
버튼 DrawItem (0) | 2020.04.11 |
---|---|
Visaul Studio 2012에서 특정 코드에 break point 적용이 안되는 문제 (0) | 2020.03.21 |
PC의 ip얻기 (0) | 2020.03.21 |
장비에 한글 데이터 저장 (0) | 2020.03.14 |
i2c - EEPROM 소스코드 간략하게 할 수 있는 방법 (0) | 2020.02.29 |