commit | c41284f8260e4eae91326b43024754d4fa72f285 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 10 15:20:12 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 12 08:37:37 2017 -0400 |
tree | 10445b917a0f20269092d3745be06f5fd8b09548 | |
parent | 430dceae3e965d54648da1b7593dd2633ffef538 [diff] |
cmd/bdinfo.c: Fix unused function warning On most architectures we do not call print_std_bdinfo() so mark it with __maybe_unused. Reported by clang-3.8. Signed-off-by: Tom Rini <trini@konsulko.com>