]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Fix fall-through warnings in fpudispatch.c
authorHelge Deller <deller@gmx.de>
Wed, 31 Jul 2019 14:16:43 +0000 (16:16 +0200)
committerHelge Deller <deller@gmx.de>
Wed, 31 Jul 2019 14:16:43 +0000 (16:16 +0200)
commit494457fa55e63c1a7288047ef2a4f7c275a4ffff
tree2cf070425fc0ea4e586abc7ddd311ddc92862d37
parent4fb8324a6d2b58e0908f6dd4f242f49999dc5887
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: ee5c1331a06b ("Makefile: Globally enable fall-through warning")
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/math-emu/Makefile