commit | 3db600c3ea709e97b4cc907129137dcde04b9ce5 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Mar 21 19:10:05 2019 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 11 20:10:50 2019 -0600 |
tree | 332101006b5bca7476193d785cf5310fd6a2c27d | |
parent | 54969b40a0a8c5c4adbb230f8c2dd61dd9147889 [diff] |
fdtdec: test: Fix build warning Hide the declaration of the "fd" variable When not building a DEBUG configuration, to avoid the variable being unused. Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org>