util warnings

This commit is contained in:
Olof Hagsand 2018-07-19 08:03:07 +00:00
parent c71791f168
commit 9245ef222a
3 changed files with 4 additions and 4 deletions

View file

@ -162,7 +162,7 @@ ctx_print(cbuf *cb,
int
ctx2boolean(xp_ctx *xc)
{
int b;
int b = -1;
switch (xc->xc_type){
case XT_NODESET:
b = (xc->xc_size != 0);