summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp32/dsp32.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/dsp32/dsp32.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/dsp32/dsp32.c')
-rw-r--r--src/emu/cpu/dsp32/dsp32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/cpu/dsp32/dsp32.c b/src/emu/cpu/dsp32/dsp32.c
index 13af2eed780..8edc343fad0 100644
--- a/src/emu/cpu/dsp32/dsp32.c
+++ b/src/emu/cpu/dsp32/dsp32.c
@@ -330,7 +330,6 @@ void dsp32c_device::state_import(const device_state_entry &entry)
default:
fatalerror("dsp32c_device::state_import called for unexpected value\n");
- break;
}
}
@@ -361,7 +360,6 @@ void dsp32c_device::state_export(const device_state_entry &entry)
default:
fatalerror("dsp32c_device::state_export called for unexpected value\n");
- break;
}
}