]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
1. new wxList code
[wxWidgets.git] / include / wx / defs.h
index 6d684c34d04d97853782ff3ca1cab027d45ae4ec..06da9d41aab181ea1789a2cfe0607108f95f2090 100644 (file)
 #endif
 #endif
 
-// Eliminate double/float warnings
+// suppress some Visual C++ warnings
 #ifdef _MSC_VER
-# pragma warning(disable:4244)
+#   pragma warning(disable:4244)    // cobversion from double to float
+#   pragma warning(disable:4100)    // unreferenced formal parameter
 #endif
 
 //////////////////////////////////////////////////////////////////////////////////