commit | 1b0dcc02dd5a101d1a62f2111892a41621be96cf | [log] [tgz] |
---|---|---|
author | Ron Yorston <rmy@pobox.com> | Tue Jul 05 14:07:50 2016 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Jul 05 21:21:36 2016 +0200 |
tree | d83e4e9623d6b6686cd1ec078a6c1981d3092040 | |
parent | ee772a0d90e2775cbe40072fd5217552c260a9aa [diff] |
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>