From a7eeb3e0a0cc1fe3e2a0cdb4fdafd93067f04b4a Mon Sep 17 00:00:00 2001 From: John Kacur Date: Tue, 30 Jun 2015 21:53:36 +0200 Subject: Fix warning: unused variable ā€˜cā€™ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a legitimate compiler warning, so remove the unused variable. Signed-off-by: John Kacur --- src/pi_tests/pip_stress.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pi_tests/pip_stress.c b/src/pi_tests/pip_stress.c index 66b3dc1..812a703 100644 --- a/src/pi_tests/pip_stress.c +++ b/src/pi_tests/pip_stress.c @@ -91,7 +91,6 @@ int main(void) cpu_set_t set, *setp = &set; int res; int *minimum_priority = (int*)&prio_min; - int c; *minimum_priority = sched_get_priority_min(policy); -- cgit 1.2.3-korg