linux/tools/usb/usbip/src
Jonathan Dieter cfd6ed4537 usbip: Fix implicit fallthrough warning
GCC 7 now warns when switch statements fall through implicitly, and with
-Werror enabled in configure.ac, that makes these tools unbuildable.

We fix this by notifying the compiler that this particular case statement
is meant to fall through.

Reviewed-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Jonathan Dieter <jdieter@lesbg.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-17 13:16:56 +09:00
..
Makefile.am
usbip_attach.c usbip: tools: Start using VUDC backend in usbip tools 2016-04-26 15:19:50 -07:00
usbip_bind.c
usbip_detach.c tools: usbip: detach: avoid calling strlen() at each iteration 2015-09-22 12:07:45 -07:00
usbip_list.c usbip: tools: Start using VUDC backend in usbip tools 2016-04-26 15:19:50 -07:00
usbip_network.c
usbip_network.h
usbip_port.c usbip: adding names db to port operation 2016-05-03 14:32:07 -07:00
usbip_unbind.c
usbip.c usbip: Fix implicit fallthrough warning 2017-03-17 13:16:56 +09:00
usbip.h
usbipd.c usbip: deletion of incorrect socket descriptor checking 2016-11-07 10:19:49 +01:00
utils.c
utils.h