From 0f4f9c9c1345372eda7414877b967a16ed84a8ca Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Fri, 19 Sep 2008 12:58:00 +0000 Subject: [PATCH] Avoid "label at end of compound statement" error of newer gcc --- libraries/libldap/result.c | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.39.5