]> granicus.if.org Git - sysstat/commit
Fix gcc V10 warnings in sysstat 12.0.1 code used for test
authorSebastien GODARD <sysstat@users.noreply.github.com>
Tue, 21 Jul 2020 16:36:11 +0000 (18:36 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Tue, 21 Jul 2020 16:36:11 +0000 (18:36 +0200)
commit93c18c5903e82c7b35b8faa39dfb9648c4d77b29
treea9950aa30a6fe100a17678efb8e93ffd60224844
parentc81e9f454fc454d252a5170e811211e4bcade39a
Fix gcc V10 warnings in sysstat 12.0.1 code used for test

The tests/ directory contains an old version of sysstat code (v 12.0.1)
used for non regression tests.
Compiling this version produces warnings with recent gcc v9/v10. Fix
them, even if we alter a bit the original 12.0.1 code.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
tests/12.0.1/common.c