Warning 1045

[This is preliminary documentation and subject to change.]

<1045, Warning>: "<fileName><lineReference to standard symbol <symbolName> assumed to be for the definition as in <moduleName>. Use the "module.symbol" notations, if you want to refer to the definition in the current module"
Module semantic warning, specific to neither SNMPv1 nor SNMPv2C. A symbol known to the compiler has been redefined, and is being referenced. The compiler assumes the standard definition of the symbol. Therefore, to use a redefinition of the standard symbol, you must use the "Module.Symbol" notation.