Change in ...flashrom[master]: Makefile: Enable -Wextra

Nico Huber has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/30411 Change subject: Makefile: Enable -Wextra ...................................................................... Makefile: Enable -Wextra Change-Id: Id2ece264c2d483e34019985dd3a7631c4889abe6 Signed-off-by: Nico Huber <nico.h@gmx.de> --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://review.coreboot.org:29418/flashrom refs/changes/11/30411/1 diff --git a/Makefile b/Makefile index 1ff578c..cf6901f 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ DIFF = diff PREFIX ?= /usr/local MANDIR ?= $(PREFIX)/share/man -CFLAGS ?= -Os -Wall -Wshadow +CFLAGS ?= -Os -Wall -Wextra -Wshadow EXPORTDIR ?= . RANLIB ?= ranlib PKG_CONFIG ?= pkg-config -- To view, visit https://review.coreboot.org/c/flashrom/+/30411 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: flashrom Gerrit-Branch: master Gerrit-Change-Id: Id2ece264c2d483e34019985dd3a7631c4889abe6 Gerrit-Change-Number: 30411 Gerrit-PatchSet: 1 Gerrit-Owner: Nico Huber <nico.h@gmx.de> Gerrit-MessageType: newchange
participants (1)
-
Nico Huber (Code Review)