]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
#pragma warning ( disable:4786 ) added
authorsln <sln@opencascade.com>
Mon, 31 Oct 2005 13:33:27 +0000 (13:33 +0000)
committersln <sln@opencascade.com>
Mon, 31 Oct 2005 13:33:27 +0000 (13:33 +0000)
src/LightApp/LightApp.h

index 76b8dd2c02c47dc98ba173c224ee52e20d37271c..5c7ff6ef787fdcee7ad675364115acb56f1a9438 100644 (file)
@@ -24,7 +24,5 @@
 
 #define APP_VERSION "0.1"
 
-#if defined WNT
-#pragma warning ( disable: 4251 )
-#endif
-
+#pragma warning ( disable:4251 )
+#pragma warning ( disable:4786 )