Fix warning on deprecated Poppler::Annotation::window
Submitted by Hib Eris
Assigned to poppler-bugs
Description
Created attachment 70930 0001-Fix-warning-on-deprecated-Poppler-Annotation-window.patch
The use of Poppler::Annotation::window is deprecated for external use, but its use cannot be avoided internally in the class constructor as long as it is not removed completely. Thus, this patch disables deprecation when compiling poppler-annotation.cc
Fixes warning:
CXX libpoppler_qt4_la-poppler-annotation.lo poppler-annotation.cc: In constructor 'Poppler::Annotation::Annotation(Poppler::AnnotationPrivate&)': poppler-annotation.cc:789:18: warning: 'Poppler::Annotation::window' is deprecated (declared at poppler-annotation.h:248) [ -Wdeprecated-declarations] poppler-annotation.cc:791:5: warning: 'Poppler::Annotation::window' is deprecated (declared at poppler-annotation.h:248) [- Wdeprecated-declarations] poppler-annotation.cc:791:20: warning: 'Poppler::Annotation::window' is deprecated (declared at poppler-annotation.h:248) [ -Wdeprecated-declarations] poppler-annotation.cc: In constructor 'Poppler::Annotation::Annotation(Poppler::AnnotationPrivate&, const QDomNode&)': poppler-annotation.cc:799:18: warning: 'Poppler::Annotation::window' is deprecated (declared at poppler-annotation.h:248) [ -Wdeprecated-declarations] poppler-annotation.cc:803:5: warning: 'Poppler::Annotation::window' is deprecated (declared at poppler-annotation.h:248) [- Wdeprecated-declarations] poppler-annotation.cc:803:20: warning: 'Poppler::Annotation::window' is deprecated (declared at poppler-annotation.h:248) [ -Wdeprecated-declarations]
Attachment 70930, "0001-Fix-warning-on-deprecated-Poppler-Annotation-window.patch":
0001-Fix-warning-on-deprecated-Poppler-Annotation-window.patch