commit | 73b886724747ea5fa599ada988fe0a30edcc2e00 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Wed Jul 31 16:16:43 2019 +0200 |
committer | Helge Deller <deller@gmx.de> | Wed Jul 31 16:16:43 2019 +0200 |
tree | 2cf070425fc0ea4e586abc7ddd311ddc92862d37 | |
parent | 12d1402ce35a900b4273893b885ddf35dbea0571 [diff] |
parisc: Fix fall-through warnings in fpudispatch.c In fpudispatch.c we see a lot of fall-through warnings, but for this file we prefer to not mark the switches and instead keep it in it's original state as it's copied from HP-UX. Fixes: a035d552a93b ("Makefile: Globally enable fall-through warning") Signed-off-by: Helge Deller <deller@gmx.de>