public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build-src.mk: Fix appending -Wstrict-prototypes
@ 2022-08-19 18:24 Jakub Wilk
  2022-08-19 23:32 ` Alejandro Colomar
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Wilk @ 2022-08-19 18:24 UTC (permalink / raw)
  To: Michael Kerrisk, Alejandro Colomar; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 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
-- 
2.37.2


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

end of thread, other threads:[~2022-08-19 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-19 18:24 [PATCH] build-src.mk: Fix appending -Wstrict-prototypes Jakub Wilk
2022-08-19 23:32 ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox