From a02e4179b0c1071d571d5190ecceb943714c053e Mon Sep 17 00:00:00 2001 From: Raspbian kernel package updater Date: Sat, 31 Mar 2018 15:59:58 +0100 Subject: [PATCH] apply manual raspbian patches --- tools/usb/usbip/libsrc/usbip_host_common.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/usb/usbip/libsrc/usbip_host_common.c b/tools/usb/usbip/libsrc/usbip_host_common.c index 6ff7b601f854..7cc43384f4d1 100644 --- a/tools/usb/usbip/libsrc/usbip_host_common.c +++ b/tools/usb/usbip/libsrc/usbip_host_common.c @@ -21,6 +21,9 @@ * along with this program. If not, see . */ +#pragma GCC diagnostic warning "-Wpragmas" +#pragma GCC diagnostic warning "-Wformat-truncation" + #include #include #include -- 2.30.2