From 6e77d995574b6d9519a3b9fb73fcf7e20321f762 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 25 Apr 2022 20:59:34 -0500 Subject: [PATCH] Remove duplicate argument. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c718e83b..d511d948 100755 --- a/configure +++ b/configure @@ -12,7 +12,7 @@ then fi # Warn about stuff, disable stupid warnings, be 8-bit clean for utf8. -CFLAGS="$CFLAGS -Wall -Wundef -Wno-char-subscripts -Werror=implicit-function-declaration -Wno-char-subscripts -Wno-pointer-sign -Wno-string-plus-int -funsigned-char" +CFLAGS="$CFLAGS -Wall -Wundef -Werror=implicit-function-declaration -Wno-char-subscripts -Wno-pointer-sign -Wno-string-plus-int -funsigned-char" # Set default values if variable not already set : ${CC:=cc} ${HOSTCC:=cc} ${GENDIR:=generated} ${KCONFIG_CONFIG:=.config} -- 2.39.2