Jacob Garber has uploaded this change for review.

View Change

util/inteltool: Enable -Wmissing-prototypes

Change-Id: I6bf041d089498780ea2b7c52402d7452d44d3f87
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
---
M util/inteltool/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/33946/1
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: 1
Gerrit-Owner: Jacob Garber <jgarber1@ualberta.ca>
Gerrit-MessageType: newchange