pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible issues in output/spv/*.c


From: Ben Pfaff
Subject: Re: Possible issues in output/spv/*.c
Date: Sat, 6 Feb 2021 20:14:37 -0800

Thanks. I fixed all of these just now.

On Sat, Feb 6, 2021 at 12:00 AM John Darrington
<john@darrington.wattle.id.au> wrote:
>
> cppcheck flags these warnings (and a lot of other, harmless ones):
>
> [spv-light-decoder.c:102]: (warning) %x in format string (no. 3) requires 
> 'unsigned int *' but the argument type is 'signed int *'.
> [spv-light-decoder.c:922]: (style) Same expression on both sides of '||'.
> [spv-writer.c:197]: (style) Obsolete function 'asctime' called. It is 
> recommended to use 'strftime' instead.
> [spvbin-helpers.c:194] -> [spvbin-helpers.c:183]: (warning) Either the 
> condition 'if(p)' is redundant or there is possible null pointer dereference: 
> p.
>
> J'
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]