From a3cd10be4a804c9bc309b5d0e28545b8ea5e0ec0 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 15 Mar 2026 21:32:22 +0000 Subject: also remove -Wextra Signed-off-by: Leah Rowe --- util/nvmutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvmutil/Makefile') diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index c89b7228..beca4f3a 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -5,7 +5,7 @@ CC?=cc CSTD?=-std=c90 WERROR?= -CWARN?=-Wall -Wextra -pedantic +CWARN?=-Wall -pedantic COPT?=-Os CFLAGS?=$(COPT) $(CWARN) $(CSTD) LDFLAGS?= -- cgit v1.2.1