diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-04-22 03:38:30 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-04-22 03:38:30 +0100 |
| commit | 9b01115c5ad0066be275ba4e9215eac6c498a02c (patch) | |
| tree | 7b13f35fb5fc7a4d1cf50f2e81f65c198156ad44 /util/dell-flash-unlock/Makefile | |
| parent | a64cdaa30056f53caf970cd4137fa27e9a7231ac (diff) | |
and remove pedantic flags in makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/dell-flash-unlock/Makefile')
| -rw-r--r-- | util/dell-flash-unlock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
