]> git.ipfire.org Git - thirdparty/json-c.git/commit
get_time_seed(): silence warning emitted by Coverity Scan static analyzer 784/head
authorEven Rouault <even.rouault@spatialys.com>
Tue, 16 Aug 2022 09:11:55 +0000 (11:11 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Tue, 16 Aug 2022 09:11:58 +0000 (11:11 +0200)
commit57ea393004fd25c4c717a1b8829fa9ff9d6cffdd
tree1f36f4c2f60b56fbcca3c07ac6cb452592e2c9cf
parent9417f4e72658138dbd947cac8befa149245d5741
get_time_seed(): silence warning emitted by Coverity Scan static analyzer

It warns about the return of time() being truncated to 32 bit, which is
not an issue here.
(this warning was emitted because of the https://github.com/OSGeo/gdal
project embedding a copy of libjson-c and running Coverity Scan
analysis)
random_seed.c