From 9b01115c5ad0066be275ba4e9215eac6c498a02c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 22 Apr 2026 03:38:30 +0100 Subject: dell-flash-unlock: fix errno handling and remove pedantic flags in makefile Signed-off-by: Leah Rowe --- util/dell-flash-unlock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/dell-flash-unlock/Makefile') diff --git a/util/dell-flash-unlock/Makefile b/util/dell-flash-unlock/Makefile index 8528c10e..7bb7e1b3 100644 --- a/util/dell-flash-unlock/Makefile +++ b/util/dell-flash-unlock/Makefile @@ -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 -- cgit v1.2.1