]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datstrm.cpp
Don't define wxArrayPGProperty as std::vector in STL build.
[wxWidgets.git] / src / common / datstrm.cpp
index 8a97eca767c0fe20bfd006a9373cb552c696e1b4..e480fef05e4f24804caddadfe1f56a749b56d136 100644 (file)
@@ -549,6 +549,7 @@ void wxDataOutputStream::WriteDouble(double d)
 #if wxUSE_APPLE_IEEE
   wxConvertToIeeeExtended(d, (wxInt8 *)buf);
 #else
+  wxUnusedVar(d);
 #if !defined(__VMS__) && !defined(__GNUG__)
 # pragma warning "wxDataOutputStream::WriteDouble() not using IeeeExtended - will not work!"
 #endif