Support Statement: Suppress .NET Compiler warnings
Q: How do I suppress specific warnings in the .NET Build Log report?

A: Add Registry=NoWarn element to your translation script prior to the <Compile…> element. For example:
<Registry type="ProjectSettings" source="NoWarn" target="184" />
<!-- processing commands -->
<Compile Project="%SrcPath%">See also