From: Denys Vlasenko Date: Mon, 19 Mar 2018 19:00:10 +0000 (+0100) Subject: top: fix "warning: unused variable new_mask" X-Git-Tag: 1_29_0~190 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3e98b1ccc86ae6a4b3ac242d48412a89ca8b8ed;p=oweals%2Fbusybox.git top: fix "warning: unused variable new_mask" Signed-off-by: Denys Vlasenko --- diff --git a/procps/top.c b/procps/top.c index 075c96c27..1b49a5e6b 100644 --- a/procps/top.c +++ b/procps/top.c @@ -1157,7 +1157,7 @@ int top_main(int argc UNUSED_PARAM, char **argv) #endif while (scan_mask != EXIT_MASK) { - unsigned new_mask; + IF_FEATURE_TOP_INTERACTIVE(unsigned new_mask;) procps_status_t *p = NULL; if (OPT_BATCH_MODE) {