]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/hashes/hashes.cpp
addind nonowned window implementation
[wxWidgets.git] / tests / hashes / hashes.cpp
index a9930a32092dead88a511a843d697f20f51e90d3..e2a0f6bb3b410d9321f519a5fa5dba510bfae7a9 100644 (file)
@@ -473,6 +473,12 @@ void HashesTestCase::LLongHashMapTest()  { HashMapTest<myLLongHashMap>();    }
 void HashesTestCase::ULLongHashMapTest() { HashMapTest<myULLongHashMap>();   }
 #endif
 
+#ifdef __VISUALC__
+    #if __VISUALC__ <= 1200
+        #pragma warning(disable:4284) // operator->() returns a non-UDT
+    #endif
+#endif // __VISUALC__
+
 // test compilation of basic set types
 WX_DECLARE_HASH_SET( int*, wxPointerHash, wxPointerEqual, myPtrHashSet );
 WX_DECLARE_HASH_SET( long, wxIntegerHash, wxIntegerEqual, myLongHashSet );