Fix implicit fallthrough that trips -Werror
commit6d36d8684cea66143ae7b415dbe9cff88b0bff81
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 8 May 2018 19:45:00 +0000 (8 12:45 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 8 May 2018 19:45:00 +0000 (8 12:45 -0700)
treeb17f8717b35c9d966d278a6d9cdf96f307cc9bda
parentf0ceb1e122dc3523123dd8dfd6113f2e68451452
Fix implicit fallthrough that trips -Werror

-Werror now trips on implicit fallthroughs. There is also at least one
that probably should not be, although it appears to be harmless.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
asm/listing.c
rdoff/rdflib.c