``` OS : Windows 10 1909 IDE : Visual Studio 2019 ``` Hello, here is a warning :  which will cause fatal error :  And I found that we could fix it with one line: #pragma warning(disable:<error_code>) ``` #pragma warning(disable:4996) ```  I hope it will help someone~