google / cloud-print-connector

Google Cloud Print Connector
BSD 3-Clause "New" or "Revised" License
764 stars 184 forks source link

cgo-gcc-prolog:94:2: warning: ‘cupsGetPPD3’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] #473

Open rickrich opened 4 years ago

rickrich commented 4 years ago

$ go get -insecure -u github.com/google/cloud-print-connector/... # github.com/google/cloud-print-connector/cups cgo-gcc-prolog: In function ‘_cgo_174ba0cb753c_Cfunc_cupsGetPPD3’: cgo-gcc-prolog:94:2: warning: ‘cupsGetPPD3’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] In file included from src/github.com/google/cloud-print-connector/cups/cups.h:15, from src/github.com/google/cloud-print-connector/cups/core.go:14: /usr/include/cups/ppd.h:369:22: note: declared here 369 | extern http_status_t cupsGetPPD3(http_t *http, const char *name, time_t *modtime, char *buffer, size_t bufsize) _PPD_DEPRECATED; | ^~~~~~~~~~~

RobertDWhite commented 4 years ago

Same issue here

braindef commented 4 years ago

same issue here