google/cloud-print-connector

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

rickrich opened this issue · 2 comments

$ 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;
| ^~~~~~~~~~~

Same issue here

same issue here