From 419419c8608b804cd95dd797ce78f7bed604de8b Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 7 Jan 2016 15:03:51 +0100 Subject: AUDIO: Fix clang warning in mame.cpp. --- audio/softsynth/opl/mame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/softsynth') diff --git a/audio/softsynth/opl/mame.cpp b/audio/softsynth/opl/mame.cpp index 696169be09..eb08582da0 100644 --- a/audio/softsynth/opl/mame.cpp +++ b/audio/softsynth/opl/mame.cpp @@ -97,8 +97,8 @@ void OPL::generateSamples(int16 *buffer, int length) { /* final output shift , limit minimum and maximum */ #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */ -#define OPL_MAXOUT (0x7fff<