pspp-dev
[Top][All Lists]
Advanced

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

Possible issues in output/spv/*.c


From: John Darrington
Subject: Possible issues in output/spv/*.c
Date: Sat, 6 Feb 2021 09:00:20 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

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]