Skip to content
Snippets Groups Projects
Commit 5e63c96a 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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment