libbb: suppress warning about run_applet_and_exit
authorRon Yorston <rmy@pobox.com>
Tue, 5 Jul 2016 13:07:50 +0000 (14:07 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 5 Jul 2016 19:21:36 +0000 (21:21 +0200)
commit1b0dcc02dd5a101d1a62f2111892a41621be96cf
treed83e4e9623d6b6686cd1ec078a6c1981d3092040
parentee772a0d90e2775cbe40072fd5217552c260a9aa
libbb: suppress warning about run_applet_and_exit

When busybox is configured to contain a single applet an unnecessary
declaration of run_applet_and_exit results in a warning.  Move the
declaration to avoid this.

Reported-by: Lauri Kasanen <curaga@operamail.com>
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/appletlib.c