Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 376ab6f 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 <[email protected]> Acked-by: David Gibson <[email protected]>
- Loading branch information