]> granicus.if.org Git - sysstat/commit
Remove assignment from incompatible pointer type warnings
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 15 Jul 2018 09:54:09 +0000 (11:54 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 15 Jul 2018 09:54:09 +0000 (11:54 +0200)
commit9a336f64473ce603ded26f9a4538dae5a9453711
treebe708069de5d7acb2f743aa5037f36a821fb77a7
parent56ecf3cb221dce367eb837f6c8bf700f7822230a
Remove assignment from incompatible pointer type warnings

Remove warnings given by gcc, e.g.:

sadf_misc.c: In function ‘count_new_net_dev’:
sadf_misc.c:1033:6: warning: assignment to ‘void **’ from incompatible pointer type ‘struct interface_lst **’ [-Wincompatible-pointer-types]
    p = &(e->next);
      ^

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sadf_misc.c