Avoid clang warning: if statement has empty body
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 Apr 2014 13:56:22 +0000 (15:56 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 Apr 2014 13:56:22 +0000 (15:56 +0200)
src/sru_facet.c

index 0794997..a7c0629 100644 (file)
@@ -289,6 +289,8 @@ void yaz_sru_facet_response(ODR o, Z_FacetList **facetList, xmlNodePtr n)
                                     else if (yaz_match_xsd_integer(p2, "count", o,
                                                                    &count))
                                         ;
                                     else if (yaz_match_xsd_integer(p2, "count", o,
                                                                    &count))
                                         ;
+                                    else
+                                        ;
                                 }
                                 if (cstr && count)
                                 {
                                 }
                                 if (cstr && count)
                                 {