From: Denys Vlasenko Date: Wed, 24 Jun 2020 11:43:11 +0000 (+0200) Subject: bc: placate a "defined but not used" warning X-Git-Tag: 1_32_0~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5663a17dabfcad885cc80f155ef84f7b843845cc;p=oweals%2Fbusybox.git bc: placate a "defined but not used" warning Signed-off-by: Denys Vlasenko --- diff --git a/miscutils/bc.c b/miscutils/bc.c index c7246ea1a..4d987325e 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c @@ -2522,7 +2522,9 @@ static void xc_read_line(BcVec *vec, FILE *fp) #if ENABLE_FEATURE_BC_INTERACTIVE if (G_interrupt) { // ^C was pressed +# if ENABLE_FEATURE_EDITING intr: +# endif if (fp != stdin) { // ^C while running a script (bc SCRIPT): die. // We do not return to interactive prompt: