clang warnings
This commit is contained in:
parent
7fb452f96e
commit
a87e9cb246
9 changed files with 11 additions and 11 deletions
|
|
@ -631,7 +631,7 @@ clicon_rpc_get(clicon_handle h,
|
|||
NETCONF_BASE_PREFIX, NETCONF_BASE_NAMESPACE);
|
||||
cprintf(cb, "><get");
|
||||
/* Clixon extension, content=all,config, or nonconfig */
|
||||
if (content != -1)
|
||||
if ((int)content != -1)
|
||||
cprintf(cb, " content=\"%s\"", netconf_content_int2str(content));
|
||||
/* Clixon extension, depth=<level> */
|
||||
if (depth != -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue