summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-04-22 03:33:33 +0100
committerLeah Rowe <leah@libreboot.org>2026-04-22 03:33:33 +0100
commita64cdaa30056f53caf970cd4137fa27e9a7231ac (patch)
tree90948c15ccbcac1448925965515cfb9a7148e65d
parentc4e8c4fa25d21c76e99fc5ddde312fe86d6c3f99 (diff)
nvmutil: remove pedantic flag
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--util/nvmutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile
index 7c7411f9..e8350203 100644
--- a/util/nvmutil/Makefile
+++ b/util/nvmutil/Makefile
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2023 Riku Viitanen <riku.viitanen@protonmail.com>
CC?=cc
-CFLAGS?=-Os -Wall -Wextra -Werror -pedantic
+CFLAGS?=-Os -Wall -Wextra
DESTDIR?=
PREFIX?=/usr/local
INSTALL?=install