diff --git a/source-code/source/plugins/Launcher/ConfigOption.h b/source-code/source/plugins/Launcher/ConfigOption.h index 47888f2..6ec5782 100644 --- a/source-code/source/plugins/Launcher/ConfigOption.h +++ b/source-code/source/plugins/Launcher/ConfigOption.h @@ -1,4 +1,6 @@ #pragma once +#pragma warning(push) +#pragma warning(disable: 4947) #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files @@ -1179,4 +1181,6 @@ Panel^ MakePanel(int width, int height, std::vector &cfg, Too } return outpanel; -} \ No newline at end of file +} + +#pragma warning(pop) \ No newline at end of file