]> Git Repo - J-u-boot.git/commit
cmd/bdinfo.c: Fix unused function warning
authorTom Rini <[email protected]>
Wed, 10 May 2017 19:20:12 +0000 (15:20 -0400)
committerTom Rini <[email protected]>
Fri, 12 May 2017 12:37:37 +0000 (08:37 -0400)
commitb37483c42e2717300e55c83347aa83c042db5d9b
tree10445b917a0f20269092d3745be06f5fd8b09548
parentf552d692462c278be5598b5a9ca4ad346e9586b7
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 <[email protected]>
cmd/bdinfo.c
This page took 0.038308 seconds and 4 git commands to generate.