X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cedda7e6891372607a1669e0499d111176c45412..dbf3cd7a2b2774d48eeba02b164714653c6a02cd:/src/common/file.cpp diff --git a/src/common/file.cpp b/src/common/file.cpp index b29367e389..3cd684587a 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -502,7 +502,7 @@ bool wxTempFile::Open(const wxString& strName) int access = wxS_DEFAULT; #ifdef __UNIX__ // create the file with the same mode as the original one under Unix - mode_t umaskOld; + mode_t umaskOld = 0; // just to suppress compiler warning bool changedUmask; struct stat st;