summaryrefslogtreecommitdiffstats
path: root/darwin/DarwinProcessList.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-22 17:10:40 +0200
committerBenBE <BenBE@geshi.org>2021-08-22 17:53:21 +0200
commitccb756d3c702cd80443fee2215e51c13a69c0fe1 (patch)
tree8c850db6c33431c0b50b72fb2ab027ec61108aa5 /darwin/DarwinProcessList.c
parent5dec9475bb0d95e7bc129124f94944b9703b28fa (diff)
Widen integer type before multiplication
Meter.c:320:71: warning: performing an implicit widening conversion to type '__suseconds_t' (aka 'long') of a multiplication performed in type 'int' [bugprone-implicit- widening-of-multiplication-result] struct timeval delay = { .tv_sec = globalDelay / 10, .tv_usec = (globalDelay - ((globalDelay / 10) * 10)) * 100000 }; ^
Diffstat (limited to 'darwin/DarwinProcessList.c')
0 files changed, 0 insertions, 0 deletions

© 2014-2024 Faster IT GmbH | imprint | privacy policy