commit | cfd6ed4537a9e938fa76facecd4b9cd65b6d1563 | [log] [tgz] |
---|---|---|
author | Jonathan Dieter <jdieter@lesbg.com> | Mon Feb 27 10:31:04 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 17 13:16:56 2017 +0900 |
tree | f85a7d09bfa4aa9ff7cb5532213edff95cb71533 | |
parent | e5dfa3f902b9a642ae8c6997d57d7c41e384a90b [diff] |
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>