Disable warning 4237

This commit is contained in:
Christian Semmler 2023-12-15 23:09:34 +01:00 committed by GitHub
parent 04d9524a90
commit 1dc5d90d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
#include "mxstring.h" #include "mxstring.h"
#include "mxtypes.h" #include "mxtypes.h"
#pragma warning(disable : 4237)
#include <iosfwd> #include <iosfwd>
#define LEGOSTREAM_MODE_READ 1 #define LEGOSTREAM_MODE_READ 1