buildd log scanner tag W-pointer-from-integer

[history graph of absolute numbers] [history graph of percentage]

description

The build log contains the term
warning: ... makes pointer from integer without a cast

This usually indicates some problem in the code or some very sloppy programming. There is some high likelihood this code might also have issues at least on 64 bit architectures.

Using an explicit cast in the code, this compiler warning can be silenced.

If this compiler warning is emitted for the same line as a previous implicit declaration warning, the tag E-pointer-trouble-at-implicit is generated instead.

list of packages