1
0
forked from GitHub/gf-core

disable warning C4200 for MSVC

This commit is contained in:
Krasimir Angelov
2023-01-26 08:51:00 +01:00
parent 86f8562d36
commit 60fa0b6314

View File

@@ -32,6 +32,10 @@
#endif
#if defined(_MSC_VER)
#pragma warning(disable : 4200)
#endif
#include <stdint.h>
#include <sys/types.h>