diff options
author | Adrian Frühwirth | 2018-04-21 01:24:21 +0200 |
---|---|---|
committer | Adrian Frühwirth | 2018-04-21 01:24:21 +0200 |
commit | 2d62b8efeb03dbf39f154163db934d7e9c1a8de8 (patch) | |
tree | e1c926ec17330db4a18fea6f2fb222c5216caf33 /audio | |
parent | 3676c3886d9c1ee6ac95bdb312ce61a0d1af9061 (diff) | |
download | scummvm-rg350-2d62b8efeb03dbf39f154163db934d7e9c1a8de8.tar.gz scummvm-rg350-2d62b8efeb03dbf39f154163db934d7e9c1a8de8.tar.bz2 scummvm-rg350-2d62b8efeb03dbf39f154163db934d7e9c1a8de8.zip |
AUDIO: Silence compiler warning in Nuked OPL emulator
Diffstat (limited to 'audio')
-rw-r--r-- | audio/softsynth/opl/nuked.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/softsynth/opl/nuked.cpp b/audio/softsynth/opl/nuked.cpp index 9ee3ad39f0..273cbdfa18 100644 --- a/audio/softsynth/opl/nuked.cpp +++ b/audio/softsynth/opl/nuked.cpp @@ -1474,7 +1474,6 @@ void OPL::dualWrite(uint8 index, uint8 reg, uint8 val) { } byte OPL::read(int port) { - port = 0; return 0; } |