From: Adam Dickmeiss Date: Wed, 30 Apr 2014 13:56:22 +0000 (+0200) Subject: Avoid clang warning: if statement has empty body X-Git-Tag: v5.1.2~12 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4d1fabb92a48f8fad70e715ecc0a419b1874b4f3 Avoid clang warning: if statement has empty body --- diff --git a/src/sru_facet.c b/src/sru_facet.c index 0794997..a7c0629 100644 --- a/src/sru_facet.c +++ b/src/sru_facet.c @@ -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 (cstr && count) {