X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..2d17baae34e212fd96e3a0d6f6baad417f89ca27:/src/common/stream.cpp diff --git a/src/common/stream.cpp b/src/common/stream.cpp index a612185f9c..1f72c00bd6 100644 --- a/src/common/stream.cpp +++ b/src/common/stream.cpp @@ -454,7 +454,7 @@ size_t wxStreamBuffer::Write(const void *buffer, size_t size) m_stream->Reset(); } - size_t ret = 0; + size_t ret; if ( !HasBuffer() && m_fixed ) {