summaryrefslogtreecommitdiff
path: root/util/intelmetool
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2017-05-07 09:05:55 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-05-11 16:42:11 +0200
commit10984d1034a5525d590b9501f4d34b44bccc52be (patch)
tree109d857460cabf56af0c44ba34a4c643bf42ec9d /util/intelmetool
parent90d41779d1c4cd64a83ec9a80256988b93ec8d08 (diff)
downloadcoreboot-10984d1034a5525d590b9501f4d34b44bccc52be.tar.xz
intelmetool: Enable warning *set-but-unused-variable*
There are no GCC warnings anymore about set but unused variables, and Clang warns about this switch, as it doesn’t know it. So remove the switch to use the default set by the switch `Wall`. Change-Id: Ie9eb26d4f8b298af231b952b547b71d68c649eaf Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/19613 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'util/intelmetool')
-rw-r--r--util/intelmetool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/intelmetool/Makefile b/util/intelmetool/Makefile
index affcf30d90..8857d954cd 100644
--- a/util/intelmetool/Makefile
+++ b/util/intelmetool/Makefile
@@ -17,7 +17,7 @@ PROGRAM = intelmetool
CC ?= gcc
INSTALL ?= /usr/bin/install
PREFIX ?= /usr/local
-CFLAGS ?= -O0 -g -Wall -W -Wno-unused-parameter -Wno-unused-but-set-variable -Wno-sign-compare -Wno-unused-function
+CFLAGS ?= -O0 -g -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function
LDFLAGS += -lpci -lz
OBJS = intelmetool.o me.o me_status.o mmap.o