[TD] silence a MSVC compiler warning

- as suggested here: https://forum.freecadweb.org/viewtopic.php?p=613409#p613409
This commit is contained in:
Uwe
2022-07-29 02:21:21 +02:00
parent d4c60abf70
commit 666fab995e

View File

@@ -45,6 +45,10 @@
# define ImportExport
#endif
#ifdef _MSC_VER
# pragma warning( disable : 4275 )
#endif
#ifdef _PreComp_
// standard