In C++11, string literals are constant and should not be assigned to
non-const pointers.
src/audit.h | 2 +-
src/cheat.cpp | 2 +-
src/common.cpp | 2 +-
src/cpu/m68000/m68k.h | 4 ++--
src/cpu/m68000/m68kcpu.cpp | 6 +++---
src/cpu/m68000/m68kmame.cpp | 16 ++++++++--------
src/cpu/z8000/z8000cpu.h | 4 ++--
src/datafile.cpp | 4 ++--
src/hiscore.cpp | 2 +-
src/input.h | 4 ++--
src/machine/eeprom.h | 10 +++++-----
src/machine/tnzs.cpp | 6 +++---
src/profiler.cpp | 2 +-
src/rpi/config.cpp | 32 ++++++++++++++++----------------
src/rpi/fileio.cpp | 14 +++++++-------
src/rpi/fronthlp.cpp | 2 +-
src/rpi/gp2x_frontend.cpp | 2 +-
src/rpi/minimal.cpp | 6 +++---
src/rpi/minimal.h | 6 +++---
src/vidhrdw/avgdvg.cpp | 4 ++--
20 files changed, 65 insertions(+), 65 deletions(-)