]> git.itanic.dy.fi Git - rrdd/commit
init_job_control: Suppress compiler warning
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sat, 9 Jul 2016 11:12:54 +0000 (14:12 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sat, 9 Jul 2016 11:12:54 +0000 (14:12 +0300)
commitaab9c53857c585b328f923ee03f23d97e4352e8d
tree3bcf1b6399a708b99b9e932c284990df9efd1f7f
parent1447877af55f7a9491808a822c7bc6ca96700d53
init_job_control: Suppress compiler warning

On 64 bit arch casting an int to (void *) causes a warning about
different word sizes. Use long int so that the variables have same
length.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
process.c