From 3a83c5cad0ad7dacd25f1fcca4ac816d7469627b Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Mon, 23 Jan 2012 21:18:01 +0000 Subject: [PATCH] small warning fix --- mac/sound.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mac/sound.cpp b/mac/sound.cpp index 37def7f9..3dac89a1 100755 --- a/mac/sound.cpp +++ b/mac/sound.cpp @@ -504,6 +504,8 @@ OSStatus CSound::deviceNotification ( AudioDeviceID, pSound->EmitReinitRequestSignal(); } + + return noErr; } OSStatus CSound::processInput ( void* inRefCon,