Commit c8091b37 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Fix warnings in tests, remove pointless comments.

parent d838385b
...@@ -527,7 +527,7 @@ static void test_RtlUniform(void) ...@@ -527,7 +527,7 @@ static void test_RtlUniform(void)
} }
ULONG WINAPI my_RtlRandom(PULONG seed) static ULONG WINAPI my_RtlRandom(PULONG seed)
{ {
static ULONG saved_value[128] = static ULONG saved_value[128] =
{ /* 0 */ 0x4c8bc0aa, 0x4c022957, 0x2232827a, 0x2f1e7626, 0x7f8bdafb, 0x5c37d02a, 0x0ab48f72, 0x2f0c4ffa, { /* 0 */ 0x4c8bc0aa, 0x4c022957, 0x2232827a, 0x2f1e7626, 0x7f8bdafb, 0x5c37d02a, 0x0ab48f72, 0x2f0c4ffa,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment