Nuklear icon indicating copy to clipboard operation
Nuklear copied to clipboard

Error: C4996 vsprintf and fopen considered unsafe, consider *_s instead.

Open RedactedProfile opened this issue 5 years ago • 1 comments

MSVC2019 using Latest generated header as of today

getting this: image

RedactedProfile avatar Sep 12 '20 05:09 RedactedProfile

Second confirmation. A workaround can be found here: https://stackoverflow.com/questions/22450423/how-to-use-crt-secure-no-warnings

I think I'll prepare a pull request to fix this. fopen is particularly pernicious as vsprint simply requires adding a new macro

F35H avatar Jun 02 '24 19:06 F35H