From 0c3d85e6efc0d9ee4ec2abbd7eacbe80478cfb83 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 14 May 2004 12:49:09 +0000 Subject: [PATCH] gcc warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/filedlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.0