From e4350cf2b9e4f47a726037f364dcb962d4a48f02 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 31 Mar 2014 15:45:26 +0000 Subject: [PATCH] silencing paranoid analyzer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/carbon/dcprint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx/carbon/dcprint.cpp b/src/osx/carbon/dcprint.cpp index bcb4920b17..d6f9989a9d 100644 --- a/src/osx/carbon/dcprint.cpp +++ b/src/osx/carbon/dcprint.cpp @@ -189,7 +189,7 @@ void wxMacCarbonPrinterDC::StartPage( wxPrinterDC* dc ) native->GetPageFormat(), NULL); - CGContextRef pageContext; + CGContextRef pageContext = NULL ; if ( m_err == noErr ) {