From 68b685107512ff2f0b4cd2273f98773842ab0e65 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 15 Mar 2026 23:27:49 +0000 Subject: re-add strict flags i need these. can always turn them off when running make if you need to Signed-off-by: Leah Rowe --- util/nvmutil/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index beca4f3a..8a110938 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -4,8 +4,8 @@ CC?=cc CSTD?=-std=c90 -WERROR?= -CWARN?=-Wall -pedantic +WERROR?=-Werror +CWARN?=-Wall -Wextra -pedantic COPT?=-Os CFLAGS?=$(COPT) $(CWARN) $(CSTD) LDFLAGS?= -- cgit v1.2.1