[Scummvm-git-logs] scummvm master -> 2d62b8efeb03dbf39f154163db934d7e9c1a8de8

bonki bonki at users.noreply.github.com
Sat Apr 21 01:24:59 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2d62b8efeb AUDIO: Silence compiler warning in Nuked OPL emulator


Commit: 2d62b8efeb03dbf39f154163db934d7e9c1a8de8
    https://github.com/scummvm/scummvm/commit/2d62b8efeb03dbf39f154163db934d7e9c1a8de8
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-04-21T01:24:21+02:00

Commit Message:
AUDIO: Silence compiler warning in Nuked OPL emulator

Changed paths:
    audio/softsynth/opl/nuked.cpp


diff --git a/audio/softsynth/opl/nuked.cpp b/audio/softsynth/opl/nuked.cpp
index 9ee3ad3..273cbdf 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;
 }
 





More information about the Scummvm-git-logs mailing list