apply manual raspbian patches
authorRaspbian kernel package updater <root@raspbian.org>
Sat, 31 Mar 2018 14:59:58 +0000 (15:59 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Sat, 31 Mar 2018 14:59:58 +0000 (15:59 +0100)
tools/usb/usbip/libsrc/usbip_host_common.c

index 6ff7b601f854562090b348097963554113e3fb75..7cc43384f4d1e8b0472d13c54c11f411bd314d2a 100644 (file)
@@ -21,6 +21,9 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#pragma GCC diagnostic warning "-Wpragmas"
+#pragma GCC diagnostic warning "-Wformat-truncation"
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>