common: Disable -Wcast-qual in the backend code.

The CFLAGS that gutenprint uses upstream causes a ton of noisy warnings
This commit is contained in:
Solomon Peachy 2024-12-24 09:24:21 -05:00
parent 8d40045692
commit 86abbddb60

View file

@ -37,6 +37,9 @@
#include <libusb.h>
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wcast-qual"
/* For Integration into gutenprint */
#if defined(HAVE_CONFIG_H)
#include <config.h>