From: Carter Waxman Date: Wed, 6 Apr 2016 13:08:32 +0000 (-0400) Subject: fixed CPUTracker build warnings. X-Git-Tag: 3.0.0-233~473^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f55692fa72001a9bdbd9e518f4411749be3828;p=thirdparty%2Fsnort3.git fixed CPUTracker build warnings. --- diff --git a/src/network_inspectors/perf_monitor/cpu_tracker.cc b/src/network_inspectors/perf_monitor/cpu_tracker.cc index 2a68ae208..49d3a9b6e 100644 --- a/src/network_inspectors/perf_monitor/cpu_tracker.cc +++ b/src/network_inspectors/perf_monitor/cpu_tracker.cc @@ -94,7 +94,7 @@ void CPUTracker::reset() void CPUTracker::process(bool) { - uint64_t user, system, wall, idle; + uint64_t user, system, wall; get_times(user, system, wall);