Nonstandard omission of colons in module lang parameters Explanation: The /ANSI_PARAMS qualifier was not used to enforce the use of colons in module language parameters. Using the default /NOANSI_PARAMS does not conform to the ANSI-89 standard. User Action: If it is important to have your program conform to ANSI standard semantics, use the appropriate qualifier to enforce use of colons.