From: Eric Andersen Date: Fri, 20 Jun 2003 09:20:28 +0000 (-0000) Subject: Make gcc not whine about "deprecated use of label at end of compound statement" X-Git-Tag: 1_00_pre1~58 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b2e7c3b2a8e14b5657844365fd2b61fc88bb99e;p=oweals%2Fbusybox.git Make gcc not whine about "deprecated use of label at end of compound statement" --- diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 4612c4100..d18cb423f 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -105,6 +105,7 @@ static void perform_renew(void) state = INIT_SELECTING; break; case INIT_SELECTING: + break; } /* start things over */