79568: msacm32: Mark fall-through in switch statement

buildbot at kegel.com buildbot at kegel.com
Tue Oct 4 18:12:44 CDT 2011


This is an experimental automated build and test service.
Please feel free to ignore this email while we work the kinks out.

For more info about this message, see http://wiki.winehq.org/BuildBot

The Buildbot has detected a failed build on builder runtests-default while building Wine.
Full details are available at: http://buildbot.kegel.com/builders/runtests-default/builds/88 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed git

Errors:
error: patch failed: dlls/msacm32/msacm32_main.c:87
error: dlls/msacm32/msacm32_main.c: patch does not apply

-------------- next part --------------
From: Andrew Talbot <andrew.talbot at talbotville.com>
Subject: msacm32: Mark fall-through in switch statement
Message-Id: <201110042248.37955.andrew.talbot at talbotville.com>
Date: Tue, 4 Oct 2011 22:48:37 +0100

Changelog:
    msacm32: Mark fall-through in switch statement.

diff --git a/dlls/msacm32/msacm32_main.c b/dlls/msacm32/msacm32_main.c
index d3160e3..6552812 100644
--- a/dlls/msacm32/msacm32_main.c
+++ b/dlls/msacm32/msacm32_main.c
@@ -87,6 +87,7 @@ DWORD WINAPI acmGetVersion(void)
 	return 0x04000565; /* 4.0.1381 */
     default:
         FIXME("%x not supported\n", version.dwPlatformId);
+        /* fall through */
     case VER_PLATFORM_WIN32_WINDOWS:
 	return 0x04030000; /* 4.3.0 */
     }



More information about the wine-tests-results mailing list