dell-flash-unlock: fix errno handling

and remove pedantic flags in makefile

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-04-22 03:38:30 +01:00
parent a64cdaa300
commit 9b01115c5a
2 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2023 Nicholas Chin
CC=cc
CFLAGS=-Wall -Wextra -Werror -O2 -pedantic
CFLAGS=-Wall -Wextra -O2
SRCS=dell_flash_unlock.c accessors.c
all: $(SRCS) accessors.h