X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce7fe42e848cc0c9058dae906c3a7bded50681e6..8a1554ed3c90e6d816c740639ecd946020f09bd5:/src/common/textcmn.cpp?ds=sidebyside diff --git a/src/common/textcmn.cpp b/src/common/textcmn.cpp index 46847431f1..22d5b7250b 100644 --- a/src/common/textcmn.cpp +++ b/src/common/textcmn.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 13.07.99 -// RCS-ID: $Id$ // Copyright: (c) wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -915,6 +914,8 @@ bool wxTextAreaBase::DoLoadFile(const wxString& filename, int WXUNUSED(fileType) return true; } } +#else + (void)filename; // avoid compiler warning about unreferenced parameter #endif // wxUSE_FFILE wxLogError(_("File couldn't be loaded.")); @@ -936,6 +937,8 @@ bool wxTextAreaBase::DoSaveFile(const wxString& filename, int WXUNUSED(fileType) return true; } +#else + (void)filename; // avoid compiler warning about unreferenced parameter #endif // wxUSE_FFILE return false;