From 2d62b8efeb03dbf39f154163db934d7e9c1a8de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Fr=C3=BChwirth?= Date: Sat, 21 Apr 2018 01:24:21 +0200 Subject: [PATCH] AUDIO: Silence compiler warning in Nuked OPL emulator --- audio/softsynth/opl/nuked.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/audio/softsynth/opl/nuked.cpp b/audio/softsynth/opl/nuked.cpp index 9ee3ad39f05..273cbdfa180 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; }