Re: [PATCH 1/4] pip_stress: drop unused variable
From: Luiz Capitulino <hidden>
Date: 2016-03-17 13:23:00
On Wed, 16 Mar 2016 23:00:37 +0100 (CET) John Kacur [off-list ref] wrote:
On Wed, 24 Feb 2016, Luiz Capitulino wrote:quoted
src/pi_tests/pip_stress.c: In function ‘main’: src/pi_tests/pip_stress.c:94:6: warning: unused variable ‘c’ [-Wunused-variable] Signed-off-by: Luiz Capitulino <redacted> --- 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);-- 2.1.0Where are you getting your repo from? According to my logs this was already fixed on June 30, 2015 The current repo is at git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
Oh, I'm using: git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git I'll the series. -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html