Avoid clang warning: if statement has empty body
[yaz-moved-to-github.git] / 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)
                                 {