MSVC compiler warning
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 280
- Avg merge
- 7m
- Merged PRs (30d)
- 4
Description
Using version v.2.1.0 and with visual studio compiler at level 3 I received the following errors:
`
error C4996: 'getenv': This function or variable may be unsafe.
error C4996: 'strncat': This function or variable may be unsafe.
error C4996: 'strncat': This function or variable may be unsafe.
error C4996: 'strncat': This function or variable may be unsafe.
error C4996: 'fopen': This function or variable may be unsafe.
error C4996: 'strcpy': This function or variable may be unsafe.
`
Of course I can avoid the deprecation using _CRT_SECURE_NO_WARNING but I would prefer do not.
Moreover I received some other warning like C26451 about casting value to a wider type.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.