summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-15 21:32:22 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-15 21:32:22 +0000
commita3cd10be4a804c9bc309b5d0e28545b8ea5e0ec0 (patch)
treea7f7c10c4ad013609cfb4ea0b0e20aaa999f250a /util
parent8636ca41f48415961c5bbec8edde044ce9d451b1 (diff)
also remove -WextraHEADmaster
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-rw-r--r--util/nvmutil/Makefile2
1 files changed, 1 insertions, 1 deletions
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?=