Disabled warnings by Xporter/VO
When moving a VO application over to X#, the Xporter/VO disables some warnings.
These are:
9032
This entity type cannot return a value. Return value ignored.
9043
Function or type '{0}' is ambiguous. Could be '{1}' or '{2}'. Using the first one.
618
'member' is obsolete: 'text'
162
Unreachable code detected
649
Field '{0}' is never assigned to, and will always have its default value {1}
9025
Missing RETURN statement. A statement with a default 'empty' return value is returned.