silencing paranoid analyzer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-03-31 15:45:26 +00:00
parent 17c7a92386
commit e4350cf2b9

View File

@@ -189,7 +189,7 @@ void wxMacCarbonPrinterDC::StartPage( wxPrinterDC* dc )
native->GetPageFormat(),
NULL);
CGContextRef pageContext;
CGContextRef pageContext = NULL ;
if ( m_err == noErr )
{