All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] BAT: fix missing header
@ 2015-10-22 22:07 Caleb Crome
  2015-10-23 10:51 ` Liam Girdwood
  0 siblings, 1 reply; 2+ messages in thread
From: Caleb Crome @ 2015-10-22 22:07 UTC (permalink / raw)
  To: Liam Girdwood, alsa-devel, Lu, Han, Gautier, Bernard, Takashi Iwai

There was no warning when compiling with -O3, but gave a warning without it.

commit a19fa1f7dff40e56dc4327c5e5fdde9e15bd8a55
Author: Caleb Crome <ccrome@gmail.com>
Date:   Tue Oct 20 20:59:50 2015 +0000

    Add missing locale.h header.

diff --git a/bat/bat.c b/bat/bat.c
index 57c9db8..14666b2 100644
--- a/bat/bat.c
+++ b/bat/bat.c
@@ -23,6 +23,7 @@
 #include <getopt.h>
 #include <math.h>
 #include <limits.h>
+#include <locale.h>

 #include "aconfig.h"
 #include "gettext.h"

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] BAT: fix missing header
  2015-10-22 22:07 [PATCH] BAT: fix missing header Caleb Crome
@ 2015-10-23 10:51 ` Liam Girdwood
  0 siblings, 0 replies; 2+ messages in thread
From: Liam Girdwood @ 2015-10-23 10:51 UTC (permalink / raw)
  To: Caleb Crome; +Cc: Takashi Iwai, Lu, Han, alsa-devel, Gautier, Bernard

On Thu, 2015-10-22 at 15:07 -0700, Caleb Crome wrote:
> There was no warning when compiling with -O3, but gave a warning without it.
> 
> commit a19fa1f7dff40e56dc4327c5e5fdde9e15bd8a55
> Author: Caleb Crome <ccrome@gmail.com>
> Date:   Tue Oct 20 20:59:50 2015 +0000
> 

Best to resend your patches using git format-patch and git send-email
with your Signed-off-by:

Liam

>     Add missing locale.h header.
> 
> diff --git a/bat/bat.c b/bat/bat.c
> index 57c9db8..14666b2 100644
> --- a/bat/bat.c
> +++ b/bat/bat.c
> @@ -23,6 +23,7 @@
>  #include <getopt.h>
>  #include <math.h>
>  #include <limits.h>
> +#include <locale.h>
> 
>  #include "aconfig.h"
>  #include "gettext.h"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-23 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-22 22:07 [PATCH] BAT: fix missing header Caleb Crome
2015-10-23 10:51 ` Liam Girdwood

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.