I have a large project about static source code analysis, and everything compiles successfully, except for one thing. I have provided the error message in the title. The poi
If you're sure no safety issues in your code, you can disable this by #pragma warning(disable : 4996).
#pragma warning(disable : 4996)