Re: [PATCH] dtc: Remove unused check variable

2011-07-17 Thread Jon Loeliger
On Tue, Jun 28, 2011 at 08:47:09AM -0400, Josh Boyer wrote: 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

Re: [PATCH] dtc: Remove unused check variable

2011-07-15 Thread David Gibson
On Tue, Jun 28, 2011 at 08:47:09AM -0400, Josh Boyer wrote: 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

[PATCH] dtc: Remove unused check variable

2011-06-28 Thread Josh Boyer
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