Commit 87dacc4e authored by Alexandre Julliard's avatar Alexandre Julliard

widl: Disable a noisy warning.

This could be re-enabled once there's a mechanism to avoid the warning when building the corresponding test case. Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 01c3fac1
......@@ -504,6 +504,7 @@ static int ctl2_alloc_guid(
offset = ctl2_find_guid(typelib, hash_key, &guid->guid);
if (offset != -1)
{
if (pedantic)
warning("duplicate uuid {%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}\n",
guid->guid.Data1, guid->guid.Data2, guid->guid.Data3,
guid->guid.Data4[0], guid->guid.Data4[1], guid->guid.Data4[2], guid->guid.Data4[3],
......
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