GNOME Bugzilla – Bug 696571
Hide deprecation warnings
Last modified: 2013-03-26 16:26:47 UTC
PPD API present in cups/ppd.h is deprecated in CUPS since 1.6. There is no replacement for it and IPP API should be used if possible. Unfortunately there is no such IPP replacement for function ppdLocalizeIPPReason() (correct me if I'm wrong). So the only thing we can do now is to just hide those deprecation warnings.
Created attachment 239799 [details] [review] hide deprecation warnings Attached patch hides the deprecation warnings.
Review of attachment 239799 [details] [review]: Please commit to gnome-3-8 and master. ::: configure.ac @@ +370,3 @@ fi + CUPS_CPPFLAGS="" Please add an explanation here as to why you're doing that. A link to the bugzilla is fine.
Comment on attachment 239799 [details] [review] hide deprecation warnings (In reply to comment #2) > Please add an explanation here as to why you're doing that. A link to the > bugzilla is fine. Thank you for the review. I've added the link there and committed it to gnome-3-8 and master.