[Scummvm-cvs-logs] scummvm master -> 9634e185d249d3c7783b5b44a0ae799113f764e1

dreammaster dreammaster at scummvm.org
Fri Jul 3 15:58:12 CEST 2015


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:
9634e185d2 ACCESS: Fix compiler warning


Commit: 9634e185d249d3c7783b5b44a0ae799113f764e1
    https://github.com/scummvm/scummvm/commit/9634e185d249d3c7783b5b44a0ae799113f764e1
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-03T09:56:52-04:00

Commit Message:
ACCESS: Fix compiler warning

Changed paths:
    engines/access/sound.cpp



diff --git a/engines/access/sound.cpp b/engines/access/sound.cpp
index f757fcd..e1ed65a 100644
--- a/engines/access/sound.cpp
+++ b/engines/access/sound.cpp
@@ -229,6 +229,9 @@ MusicManager::MusicManager(AccessEngine *vm) : _vm(vm) {
 			_nativeMT32 = true;
 		}
 		break;
+
+	default:
+		break;
 	}
 
 #if 0






More information about the Scummvm-git-logs mailing list