Martin Roth merged this change.

View Change

Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, approved
util/inteltool: Enable -Wmissing-prototypes

Change-Id: I6bf041d089498780ea2b7c52402d7452d44d3f87
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33946
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M util/inteltool/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile
index d88063b..0f74a7c 100644
--- a/util/inteltool/Makefile
+++ b/util/inteltool/Makefile
@@ -22,7 +22,7 @@
CC ?= gcc
INSTALL ?= /usr/bin/env install
PREFIX ?= /usr/local
-CFLAGS ?= -O2 -g -Wall -W
+CFLAGS ?= -O2 -g -Wall -W -Wmissing-prototypes
LDFLAGS += -lpci -lz

CPPFLAGS += -I$(top)/src/commonlib/include

To view, visit change 33946. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6bf041d089498780ea2b7c52402d7452d44d3f87
Gerrit-Change-Number: 33946
Gerrit-PatchSet: 2
Gerrit-Owner: Jacob Garber <jgarber1@ualberta.ca>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged