diff options
author | 2019-03-23 08:29:21 -0400 | |
---|---|---|
committer | 2019-03-23 08:29:21 -0400 | |
commit | 4b0fc556195bb1932e05ca9fabb8e96afd77bf60 (patch) | |
tree | 7720feba9069554042cdb779cb05e8f50c1ccd56 /src/devices/cpu/ns32000 | |
parent | 9e122168ef4fdbb9158bc8a4fd0e5e86900496f0 (diff) |
Fix clang error: private field 'm_pcmask' is not used [-Werror,-Wunused-private-field] (nw)
Diffstat (limited to 'src/devices/cpu/ns32000')
-rw-r--r-- | src/devices/cpu/ns32000/ns32000dasm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/ns32000/ns32000dasm.h b/src/devices/cpu/ns32000/ns32000dasm.h index e9c970c9829..4cbf4cf3bda 100644 --- a/src/devices/cpu/ns32000/ns32000dasm.h +++ b/src/devices/cpu/ns32000/ns32000dasm.h @@ -112,7 +112,6 @@ private: void stream_gen(std::ostream &stream, u8 gen_addr, u8 op_len, offs_t &pc, const data_buffer &opcodes); u32 m_base_pc; - unsigned m_pcmask; }; #endif |