diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-15 21:32:22 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:41 +0000 |
| commit | e795e42f66ff71d14614ef383e8c2541df7c53a6 (patch) | |
| tree | 2ce27703a0b8ac1fd87498a2979680b57f1774e8 /util/nvmutil/Makefile | |
| parent | 7f14693e6cea65e0e769817978be9b7d53cf1929 (diff) | |
also remove -Wextra
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/Makefile')
| -rw-r--r-- | util/nvmutil/Makefile | 2 |
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?= |
