From f0cfa722debda57e5e14f903b5945957db2968eb Mon Sep 17 00:00:00 2001 From: Nico <122193236+Nico8340@users.noreply.github.com> Date: Wed, 20 Aug 2025 00:45:56 +0200 Subject: [PATCH] Told IntelliSense to take a nap, no more template drama --- Shared/sdk/SharedUtil.Template.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Shared/sdk/SharedUtil.Template.h b/Shared/sdk/SharedUtil.Template.h index 86627eab8f4..e423610cd7f 100644 --- a/Shared/sdk/SharedUtil.Template.h +++ b/Shared/sdk/SharedUtil.Template.h @@ -1,5 +1,9 @@ #pragma once +#ifdef __INTELLISENSE__ + #pragma diag_suppress 842 +#endif + #include #include