projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b75f20
)
Avoid clang warning: if statement has empty body
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 30 Apr 2014 13:56:22 +0000
(15:56 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 30 Apr 2014 13:56:22 +0000
(15:56 +0200)
src/sru_facet.c
patch
|
blob
|
history
diff --git
a/src/sru_facet.c
b/src/sru_facet.c
index
0794997
..
a7c0629
100644
(file)
--- 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)
{