79414: dbghelp: Mark a fall-through in a switch statement

buildbot at kegel.com buildbot at kegel.com
Fri Sep 30 05:53:14 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/1 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed shell_3

Errors:
* Call to xpconnect wrapped JSObject produced this error:  *
* Call to xpconnect wrapped JSObject produced this error:  *
alarum: failed command was ../../../wine wininet_test.exe.so ftp.c 
ftp.c:425: Test failed: Expected ERROR_SUCCESS, got 80
ftp.c:794: Test failed: Expected ERROR_SUCCESS, got 80
make: *** [ftp.ok] Error 2

-------------- next part --------------
From: Andrew Talbot <andrew.talbot at talbotville.com>
Subject: dbghelp: Mark a fall-through in a switch statement
Message-Id: <201109282125.24525.andrew.talbot at talbotville.com>
Date: Wed, 28 Sep 2011 21:25:23 +0100

Changelog:
    dbghelp: Mark a fall-through in a switch statement.

diff --git a/dlls/dbghelp/type.c b/dlls/dbghelp/type.c
index 42696f5..3fccb47 100644
--- a/dlls/dbghelp/type.c
+++ b/dlls/dbghelp/type.c
@@ -795,6 +795,7 @@ BOOL symt_get_info(struct module* module, const struct symt* type,
         default:
             FIXME("Unsupported sym-tag %s for get-type\n", 
                   symt_get_tag_str(type->tag));
+        /* fall through */
         case SymTagPublicSymbol:
         case SymTagThunk:
         case SymTagLabel:



More information about the wine-tests-results mailing list