summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Garber <jgarber1@ualberta.ca>2019-06-21 15:43:19 -0600
committerNico Huber <nico.h@gmx.de>2019-06-23 21:40:20 +0000
commitcd8aeba7f1cee4c2bd1f8598009fc3e6e7afd8bb (patch)
tree4ad6bbf2cc48fa388bdbfd12f6dfe76819b9cdbc
parentcf3976e658e06464e84d04c5230c466e0ec44df7 (diff)
downloadflashrom-cd8aeba7f1cee4c2bd1f8598009fc3e6e7afd8bb.tar.gz
flashrom-cd8aeba7f1cee4c2bd1f8598009fc3e6e7afd8bb.tar.bz2
flashrom-cd8aeba7f1cee4c2bd1f8598009fc3e6e7afd8bb.zip
Makefile: Enable -Wmissing-prototypes
Change-Id: Ia2ea3dee11e505c04a9e7956417615e39d511886 Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33670 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e08a3f608..7a21d1244 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ INSTALL = install
DIFF = diff
PREFIX ?= /usr/local
MANDIR ?= $(PREFIX)/share/man
-CFLAGS ?= -Os -Wall -Wshadow
+CFLAGS ?= -Os -Wall -Wshadow -Wmissing-prototypes
EXPORTDIR ?= .
RANLIB ?= ranlib
PKG_CONFIG ?= pkg-config