]> git.saurik.com Git - wxWidgets.git/commitdiff
gcc warning
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 14 May 2004 12:49:09 +0000 (12:49 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 14 May 2004 12:49:09 +0000 (12:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/filedlg.cpp

index 59807f398d9aba4bd8e2b450ee9bfee982ddf04d..9cd758e8c3ad32b390ad3595b47713ef19821a59 100644 (file)
@@ -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);