util/ifdtool: Enable -Wmissing-prototypes

Change-Id: Idc31144024f785a42cbad78bf2c965d08dcc5178
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33861
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Jacob Garber 2019-06-27 17:34:13 -06:00 committed by Martin Roth
parent 595d926bc2
commit 02b1e20f00
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ PROGRAM = ifdtool
CC = gcc CC = gcc
INSTALL = /usr/bin/env install INSTALL = /usr/bin/env install
PREFIX = /usr/local 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 = LDFLAGS =
OBJS = ifdtool.o OBJS = ifdtool.o