Jacob Garber has uploaded this change for review.

View Change

util/ifdtool: Enable -Wmissing-prototypes

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

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/33861/1
diff --git a/util/ifdtool/Makefile b/util/ifdtool/Makefile
index e1188b2..4cddfc5 100644
--- a/util/ifdtool/Makefile
+++ b/util/ifdtool/Makefile
@@ -18,7 +18,7 @@
CC = gcc
INSTALL = /usr/bin/env install
PREFIX = /usr/local
-CFLAGS = -O2 -g -Wall -W -Werror -I../../src/commonlib/include
+CFLAGS = -O2 -g -Wall -W -Wmissing-prototypes -Werror -I../../src/commonlib/include
LDFLAGS =

OBJS = ifdtool.o

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Idc31144024f785a42cbad78bf2c965d08dcc5178
Gerrit-Change-Number: 33861
Gerrit-PatchSet: 1
Gerrit-Owner: Jacob Garber <jgarber1@ualberta.ca>
Gerrit-MessageType: newchange