summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/msx_slot
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-09-08 12:00:45 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-09-08 12:00:45 +0000
commit3568cf772fd4109cf437531aeda7b384cc3af786 (patch)
treeeb17d8fae8ef89d0f5dffc3afabfbb0018f766bb /src/emu/bus/msx_slot
parentad0cdb4ad20c67092de0412b768a6e2f52f19ff9 (diff)
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw)
Diffstat (limited to 'src/emu/bus/msx_slot')
-rw-r--r--src/emu/bus/msx_slot/cartridge.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/bus/msx_slot/cartridge.c b/src/emu/bus/msx_slot/cartridge.c
index e74f272145e..3ef1a45f3e8 100644
--- a/src/emu/bus/msx_slot/cartridge.c
+++ b/src/emu/bus/msx_slot/cartridge.c
@@ -273,8 +273,6 @@ int msx_slot_cartridge_device::get_cart_type(UINT8 *rom, UINT32 length)
{
return (asc8 > asc16) ? ASCII8 : ASCII16;
}
-
- return NOMAPPER;
}