Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / Events / Events.i
index e395be12ea0f189f6d53dd9b2659ea6a4996bf21..92fdf329c766340dd30c8f74d2b99dc00ecb077d 100644 (file)
   #include "Events_Loop.h"
   #include "Events_Message.h"
   #include "Events_MessageGroup.h"
+
+  #ifdef _MSC_VER
+  # pragma warning(disable: 4456) // declaration of variable hides previous local declaration
+  # pragma warning(disable: 4459) // declaration of variable hides global declaration
+  #endif
 %}