]> git.saurik.com Git - wxWidgets.git/commitdiff
Added back the copy ctor and assignment warning suppression
authorJulian Smart <julian@anthemion.co.uk>
Thu, 31 Jul 2003 11:31:39 +0000 (11:31 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 31 Jul 2003 11:31:39 +0000 (11:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 06eff5caa1a1adeeddaaf3155060cb05d17e6b75..741f43dc98ac33ad647f3b2072083ece33070d39 100644 (file)
@@ -60,6 +60,8 @@
 #   pragma warning(disable:4244)    // conversion from double to float
 #   pragma warning(disable:4710)    // function not inlined
 #   pragma warning(disable:4097)    // typedef used as class
 #   pragma warning(disable:4244)    // conversion from double to float
 #   pragma warning(disable:4710)    // function not inlined
 #   pragma warning(disable:4097)    // typedef used as class
+#   pragma warning(disable:4511)    // copy ctor couldn't be generated
+#   pragma warning(disable:4512)    // operator=() couldn't be generated
 #ifndef WIN32
 #   pragma warning(disable:4135)    // conversion between different integral types
 #   pragma warning(disable:4769)    // assignment of near pointer to long integer
 #ifndef WIN32
 #   pragma warning(disable:4135)    // conversion between different integral types
 #   pragma warning(disable:4769)    // assignment of near pointer to long integer