From 52a38709bb720e3987d2814ba9e49af9dc2645f7 Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Wed, 31 Aug 2022 01:06:57 +0800 Subject: [PATCH] :memo: diable warning C4566 in MSVC --- nasal_builtin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nasal_builtin.h b/nasal_builtin.h index a801782..182e52c 100644 --- a/nasal_builtin.h +++ b/nasal_builtin.h @@ -7,6 +7,7 @@ #include #include #else +#pragma warning (disable:4566) // i know i'm using utf-8, fuck you #include #include #endif