Skip to content
Commit ae404dc0 authored by Tom Rini's avatar Tom Rini
Browse files

common/console.c: Fix unused warning with console_doenv()



Newer versions of LLVM-7 will provide an unused function warning over
console_doenv() in the case of SYS_CONSOLE_IS_IN_ENV not being enabled
as can be the case in SPL.  Add guards around this function.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 0f282c18
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment