summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2011-06-28 08:47:09 -0400
committerJon Loeliger <jdl@jdl.com>2011-07-17 07:31:11 -0500
commit0a5aca98ba104ec4101322ccaf36da45064ad3ce (patch)
tree69ea10b9834e7e064e4961ae16560b3856f96b5c /util.h
parentbc895d6d09695d05ceb8b52486ffe861d6cfbdde (diff)
downloaddtc-0a5aca98ba104ec4101322ccaf36da45064ad3ce.tar.gz
dtc: Remove unused check variable
Commit 376ab6f2 removed the old style check functionality from DTC, however the check option and variable were not removed. This leads to build failures when -Werror=unused-but-set-variable is specified: dtc.c: In function 'main': dtc.c:102:17: error: variable 'check' set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors make: *** [dtc.o] Error 1 make: *** Waiting for unfinished jobs.... Remove the check variable. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> Acked-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'util.h')
0 files changed, 0 insertions, 0 deletions