]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/beforestd.h
allow passing wx[W]CharBuffer to wx vararg templates
[wxWidgets.git] / include / wx / beforestd.h
index 945296dde1878dbcc2088fee9ab1eed5388b7d82..684b8428c38f018ec73baa842b2b08f2e38fdbce 100644 (file)
@@ -37,6 +37,9 @@
         // 'expression' : signed/unsigned mismatch
         #pragma warning(disable:4018)
 
+        // 'identifier' : unreferenced formal parameter
+        #pragma warning(disable:4100)
+
         // 'conversion' : conversion from 'type1' to 'type2',
         // possible loss of data
         #pragma warning(disable:4244)