diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-09-10 08:37:42 -0700 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-09-11 02:02:10 +0000 |
commit | 71a7ba2e5d84198e63464287c8543d23c5d75e48 (patch) | |
tree | 842ecb74edb6ac9a2c5cccfdb400e8367d4cd3f7 /util/ifdtool/Makefile | |
parent | 66cc843f3d70a38c44f49077bcc7663ad685aef4 (diff) |
ifdtool: Enable warnings as errors, and fix any issues
Change-Id: Id462a10c2affac54ec48a1cc2a5b2ca66112848e
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/11613
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util/ifdtool/Makefile')
-rw-r--r-- | util/ifdtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ifdtool/Makefile b/util/ifdtool/Makefile index a234ded27b..02a02c45eb 100644 --- a/util/ifdtool/Makefile +++ b/util/ifdtool/Makefile @@ -22,7 +22,7 @@ PROGRAM = ifdtool CC = gcc INSTALL = /usr/bin/install PREFIX = /usr/local -CFLAGS = -O2 -g -Wall -W +CFLAGS = -O2 -g -Wall -W -Werror LDFLAGS = OBJS = ifdtool.o |