From: Ralf Haferkamp Date: Fri, 19 Sep 2008 12:58:00 +0000 (+0000) Subject: Avoid "label at end of compound statement" error of newer gcc X-Git-Tag: ACLCHECK_0~1326 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0f4f9c9c1345372eda7414877b967a16ed84a8ca;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 }