[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 6c7cf1c276
commit 40e9759070

View File

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