]> git.saurik.com Git - wxWidgets.git/commitdiff
warning 4284 doesn't have to be suppressed any more for VC++
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Jul 2003 21:22:41 +0000 (21:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Jul 2003 21:22:41 +0000 (21:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 4d49f427e572179700e073d2a5364bbd8d005e2f..d9ad71021d8554654fa7c21d8cfa30e48af79ecf 100644 (file)
@@ -62,8 +62,7 @@
 #   pragma warning(disable:4699)    // using precompiled header
 #   pragma warning(disable:4134)    // conversion between pointers to members of same class
 #   pragma warning(disable:4710)    // function not inlined
-#   pragma warning(disable:4284)    // 
-#   pragma warning(disable:4097)    // 
+#   pragma warning(disable:4097)    // typedef used as class
 #ifndef WIN32
 #   pragma warning(disable:4135)    // conversion between different integral types
 #   pragma warning(disable:4769)    // assignment of near pointer to long integer