Disable warning C4244

This commit is contained in:
Changhua
2023-06-21 08:13:48 +08:00
parent a77e2513ce
commit 9b1215d62e
+2
View File
@@ -1,3 +1,5 @@
#pragma warning( disable: 4244 )
#include <fstream> #include <fstream>
#include "decrypt_image.h" #include "decrypt_image.h"