All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Capitulino <lcapitulino@redhat.com>
To: John Kacur <jkacur@redhat.com>
Cc: linux-rt-users@vger.kernel.org, williams@redhat.com
Subject: Re: [PATCH 1/4] pip_stress: drop unused variable
Date: Thu, 17 Mar 2016 09:22:56 -0400	[thread overview]
Message-ID: <20160317092256.1f19d9d6@redhat.com> (raw)
In-Reply-To: <alpine.LFD.2.20.1603162257350.16977@riemann>

On Wed, 16 Mar 2016 23:00:37 +0100 (CET)
John Kacur <jkacur@redhat.com> wrote:

> 
> 
> On Wed, 24 Feb 2016, Luiz Capitulino wrote:
> 
> > 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 <lcapitulino@redhat.com>
> > ---
> >  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.0
> 
> Where 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

  reply	other threads:[~2016-03-17 13:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-24 20:49 [PATCH 0/4] rt-tests: minor fixes Luiz Capitulino
2016-02-24 20:49 ` [PATCH 1/4] pip_stress: drop unused variable Luiz Capitulino
2016-03-16 22:00   ` John Kacur
2016-03-17 13:22     ` Luiz Capitulino [this message]
2016-02-24 20:49 ` [PATCH 2/4] rt-migrate-test: fix return code Luiz Capitulino
2016-03-16 22:14   ` John Kacur
2016-03-17 13:25     ` Luiz Capitulino
2016-02-24 20:49 ` [PATCH 3/4] don't use exit(-1) for failures Luiz Capitulino
2016-03-16 22:19   ` John Kacur
2016-02-24 20:49 ` [PATCH 4/4] cyclictest: initialize 'stop' early Luiz Capitulino

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160317092256.1f19d9d6@redhat.com \
    --to=lcapitulino@redhat.com \
    --cc=jkacur@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=williams@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.