intptr to avoid warning
This commit is contained in:
parent
ca7b4d3d9e
commit
e1b7ea8449
1 changed files with 1 additions and 1 deletions
|
|
@ -1829,7 +1829,7 @@ xml_hash_op(cxobj *x,
|
|||
clicon_hash_t *ph;
|
||||
yang_stmt *y;
|
||||
cbuf *key = NULL; /* cligen buffer hash key */
|
||||
int op = (int)arg;
|
||||
int op = (intptr_t)arg;
|
||||
|
||||
if (xml_hash(x)==NULL){
|
||||
if (op==1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue