[Gambas-devel] Compiling gambas using clang-analyzer
Benoît Minisini
gambas at ...1...
Tue Aug 14 20:56:15 CEST 2012
Le 14/08/2012 20:43, Jussi Lahtinen a écrit :
>
> File: main/gbc/gbc_read.c
>
> Line: 481, 544, 575
> Code: car = next_char();
> Message: Value stored to 'car' is never read
>
>
> With quick look, at least these seems to be valid... Nice find!
>
> Jussi
>
The "is never read" warnings are actually not important and can be
safely ignored.
I a more interested in "Dereference of null pointer" errors!
--
Benoît Minisini
More information about the Devel
mailing list