From: Włodzimierz Skiba Date: Tue, 28 Mar 2006 10:48:55 +0000 (+0000) Subject: Warning fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/39987096b3aa3e1bec4f69a5793780f7ea2dd914 Warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/textfile.cpp b/src/common/textfile.cpp index 440f4e8f62..4887c4e507 100644 --- a/src/common/textfile.cpp +++ b/src/common/textfile.cpp @@ -135,6 +135,7 @@ bool wxTextFile::OnRead(wxMBConv& conv) str += strbuf; #else // ANSI + wxUnusedVar(conv); buf[nRead] = '\0'; str += buf; #endif // wxUSE_UNICODE/!wxUSE_UNICODE