| Description | The definition of the specified symbol in the specified module is not 100% identical with the public definition of that symbol. This warning is the result when unsigned signed mismatches occur, i.e. unsigned char does not match char. The module which contains the public symbol can be determined with the cross reference listing that is enabled with the IXREF control directive. This warning can be disabled with the WARNINGLEVEL(1) control directive. |