Bug 85400

Summary: Fix warning on unused variable in pdftocairo.cc
Product: poppler Reporter: Hib Eris <hib>
Component: generalAssignee: poppler-bugs <poppler-bugs>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Fix warning on unused variable in pdftocairo.cc

Description Hib Eris 2014-10-24 09:40:08 UTC
Fixes warning:

  CXX      pdftocairo-pdftocairo.o
pdftocairo.cc:130:14: warning: ‘setupdlg’ defined but not used [-Wunused-variable]
 static GBool setupdlg = gFalse;
              ^
Comment 1 Hib Eris 2014-10-24 09:40:10 UTC
Created attachment 108344 [details] [review]
Fix warning on unused variable in pdftocairo.cc
Comment 2 Adrian Johnson 2014-10-24 09:53:33 UTC
Pushed

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.