From: Quanah Gibson-Mount Date: Sat, 27 Sep 2008 00:23:05 +0000 (+0000) Subject: Avoid "label at end of compound statement" error of newer gcc X-Git-Tag: OPENLDAP_REL_ENG_2_4_12~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4d63f86ea1db35b7b3d4bafcc0dcb22f1c82465a;p=openldap Avoid "label at end of compound statement" error of newer gcc --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index 25ed78904c..07c3f5be7c 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -648,6 +648,7 @@ retry_ber: ber_scanf(ber, "x{"); } nextresp2: + ; #endif }