]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tooltip.cpp
Removing most of level 4 warnings, particulary in 16 bits mode
[wxWidgets.git] / src / msw / tooltip.cpp
index ca76d82573fdf1711f86e7876e10bb2590cbffa5..9561c8e77639c36b8133c4889158ccf068684798 100644 (file)
@@ -41,6 +41,7 @@
 // ----------------------------------------------------------------------------
 
 // a simple wrapper around TOOLINFO Win32 structure
 // ----------------------------------------------------------------------------
 
 // a simple wrapper around TOOLINFO Win32 structure
+#pragma warning( disable : 4097 )
 class wxToolInfo : public TOOLINFO
 {
 public:
 class wxToolInfo : public TOOLINFO
 {
 public:
@@ -58,6 +59,7 @@ public:
         uId = (UINT)win->GetHWND();
     }
 };
         uId = (UINT)win->GetHWND();
     }
 };
+#pragma warning( default : 4097 )
 
 // ----------------------------------------------------------------------------
 // private functions
 
 // ----------------------------------------------------------------------------
 // private functions