alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Subject: Re: [PATCH] tinycompres: remove unused variable
Date: Sun, 24 Feb 2013 19:49:39 +0530	[thread overview]
Message-ID: <20130224141939.GD23711@intel.com> (raw)
In-Reply-To: <1361557024-24437-1-git-send-email-vinod.koul@intel.com>

On Fri, Feb 22, 2013 at 11:47:04PM +0530, Vinod Koul wrote:
> cplay.c:210: warning: unused variable i
> 
> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Applied

--
~Vinod
> ---
>  cplay.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/cplay.c b/cplay.c
> index e52d641..5b4e83e 100644
> --- a/cplay.c
> +++ b/cplay.c
> @@ -207,7 +207,7 @@ void play_samples(char *name, unsigned int card, unsigned int device,
>  	FILE *file;
>  	char *buffer;
>  	int size, num_read, wrote;
> -	unsigned int i, channels, rate, bits;
> +	unsigned int channels, rate, bits;
>  
>  	if (verbose)
>  		printf("%s: entry\n", __func__);
> -- 
> 1.7.0.4
> 

      reply	other threads:[~2013-02-24 14:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22 18:17 [PATCH] tinycompres: remove unused variable Vinod Koul
2013-02-24 14:19 ` Vinod Koul [this message]

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=20130224141939.GD23711@intel.com \
    --to=vinod.koul@intel.com \
    --cc=alsa-devel@alsa-project.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).