suppress warning C4996

This commit is contained in:
wmayer
2018-05-31 13:42:35 +02:00
parent 717abd0cf3
commit 3cb6890bcc

View File

@@ -22,6 +22,7 @@
#ifdef _MSC_VER
#pragma warning(disable : 4244)
#pragma warning(disable : 4996)
#endif
//#define _GCS_DEBUG