From: Stefan Csomor Date: Fri, 14 May 2004 12:49:09 +0000 (+0000) Subject: gcc warning X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0c3d85e6efc0d9ee4ec2abbd7eacbe80478cfb83 gcc warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/filedlg.cpp b/src/mac/carbon/filedlg.cpp index 59807f398d..9cd758e8c3 100644 --- a/src/mac/carbon/filedlg.cpp +++ b/src/mac/carbon/filedlg.cpp @@ -441,7 +441,7 @@ int wxFileDialog::ShowModal() if (err != noErr) break; - CFURLRef fullURLRef; + CFURLRef fullURLRef = 0 ; if (m_dialogStyle & wxSAVE) { CFURLRef parentURLRef = ::CFURLCreateFromFSRef(NULL, &theFSRef);