WARN63-Mismatch 32/64-bits |
Top Previous Next |
Mismatch 32/64-bits (WARN63)
This section reports locations where 32-bits (or smaller) variables are passed as 64-bits parameters (or vice versa). In many cases this is totally harmless, but consider the case where a 32-bits pointer is passed to a function that expects a 64-bits pointer. Also if there is a mismatch when assigning values, it will be reported.
See also:
|