From 32c46fa98a73e0143971db54c3e50ce84db576f0 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 24 Mar 2022 21:09:28 +0100 Subject: [PATCH] Path: suppress warnings caused by boost --- src/Mod/Path/App/PreCompiled.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Mod/Path/App/PreCompiled.h b/src/Mod/Path/App/PreCompiled.h index 6f297a259e..adde2f8041 100644 --- a/src/Mod/Path/App/PreCompiled.h +++ b/src/Mod/Path/App/PreCompiled.h @@ -37,6 +37,10 @@ # define PartExport #endif +#ifdef _MSC_VER +#pragma warning( disable : 5208 ) +#endif + #ifdef _PreComp_ // standard