summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/adsp2100/adsp2100.c
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/cpu/adsp2100/adsp2100.c
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/cpu/adsp2100/adsp2100.c')
-rw-r--r--src/emu/cpu/adsp2100/adsp2100.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/cpu/adsp2100/adsp2100.c b/src/emu/cpu/adsp2100/adsp2100.c
index e7e83602786..8032018c09f 100644
--- a/src/emu/cpu/adsp2100/adsp2100.c
+++ b/src/emu/cpu/adsp2100/adsp2100.c
@@ -711,7 +711,6 @@ void adsp21xx_device::state_import(const device_state_entry &entry)
default:
fatalerror("CPU_IMPORT_STATE(adsp21xx) called for unexpected value\n");
- break;
}
}