summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-03-06 14:32:18 +1030
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-03-07 16:24:31 +1100
commit2b86765dfa37f9b447fe983967c1dcbc712a4989 (patch)
tree89e2e7b5d5842a1cab6042d696c92c000a9536f8 /test
parent352f5c2729dc8b40524e45ddde4f560ded717ec8 (diff)
downloadtalos-petitboot-2b86765dfa37f9b447fe983967c1dcbc712a4989.tar.gz
talos-petitboot-2b86765dfa37f9b447fe983967c1dcbc712a4989.zip
discover: Fix unused function warning
clang errors out about an unused have_busybox function: discover/paths.c:44:13: error: unused function 'have_busybox' [-Werror,-Wunused-function] static bool have_busybox(void) ^ Move have_busybox() to inside the #ifndef PETITBOOT_TEST scope to eliminate the warning and avoid having #ifdefs in load_url_async(). Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> [Moved definition into #ifndef PETITBOOT_TEST instead of using #ifdef at the call site]
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud