public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx.manpages@gmail.com>
To: Jakub Wilk <jwilk@jwilk.net>, Michael Kerrisk <mtk.manpages@gmail.com>
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH] build-src.mk: Fix appending -Wstrict-prototypes
Date: Sat, 20 Aug 2022 01:32:41 +0200	[thread overview]
Message-ID: <01016e92-be16-9a2c-6663-e2f552b7ba47@gmail.com> (raw)
In-Reply-To: <20220819182431.1612-1-jwilk@jwilk.net>


[-- Attachment #1.1: Type: text/plain, Size: 816 bytes --]

Hi Jakub,

On 8/19/22 20:24, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Patch applied.

Thanks,

Alex

> ---
>   lib/build-src.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/build-src.mk b/lib/build-src.mk
> index 502b8c531..ab3c741d9 100644
> --- a/lib/build-src.mk
> +++ b/lib/build-src.mk
> @@ -21,7 +21,7 @@ CPPFLAGS         := $(DEFAULT_CPPFLAGS) $(EXTRA_CPPFLAGS)
>   DEFAULT_CFLAGS := -std=gnu17
>   DEFAULT_CFLAGS += -Wall
>   DEFAULT_CFLAGS += -Wextra
> -DEAFULT_CFLAGS += -Wstrict-prototypes
> +DEFAULT_CFLAGS += -Wstrict-prototypes
>   DEFAULT_CFLAGS += -Werror
>   DEFAULT_CFLAGS += -Wno-error=unused-parameter
>   DEFAULT_CFLAGS += -Wno-error=sign-compare

-- 
Alejandro Colomar
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2022-08-19 23:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-19 18:24 [PATCH] build-src.mk: Fix appending -Wstrict-prototypes Jakub Wilk
2022-08-19 23:32 ` Alejandro Colomar [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=01016e92-be16-9a2c-6663-e2f552b7ba47@gmail.com \
    --to=alx.manpages@gmail.com \
    --cc=jwilk@jwilk.net \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox