rpcrt4/tests: remove a dead assignment (LLVM/Clang)

Austin English austinenglish at gmail.com
Wed Feb 9 18:00:25 CST 2011


On Wed, Feb 9, 2011 at 15:53, Marvin <testbot at testbot.winehq.org> wrote:
> Hi,
>
> While running your changed tests on Windows, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
> Full results can be found at
> http://testbot.winehq.org/JobDetails.pl?Key=9120
>
> Your paranoid android.
>
>
> === WNT4WSSP6 (32 bit ndr_marshall) ===
> ndr_marshall: unhandled exception c0000005 at 004081C6

Compiler bug:
https://testbot.winehq.org/JobDetails.pl?Key=9134

patch used to test:
diff --git a/dlls/rpcrt4/tests/ndr_marshall.c b/dlls/rpcrt4/tests/ndr_marshall.c
index 549d09e..9597bf3 100644
--- a/dlls/rpcrt4/tests/ndr_marshall.c
+++ b/dlls/rpcrt4/tests/ndr_marshall.c
@@ -17,7 +17,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
-
+//
 #include <stdarg.h>

 #define NTDDI_WIN2K   0x05000000

-- 
-Austin



More information about the wine-devel mailing list