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:
parent
8d40045692
commit
86abbddb60
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue