From 1dc5d90d450bce77c49877b00248d546577f1296 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 15 Dec 2023 23:09:34 +0100 Subject: [PATCH] Disable warning 4237 --- LEGO1/legostream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/legostream.h b/LEGO1/legostream.h index a016be4d..8b0a57c1 100644 --- a/LEGO1/legostream.h +++ b/LEGO1/legostream.h @@ -6,6 +6,7 @@ #include "mxstring.h" #include "mxtypes.h" +#pragma warning(disable : 4237) #include #define LEGOSTREAM_MODE_READ 1