build_system: Fix some warnings highlighted by clang

Fix some warnings found with clang.

Change-Id: I5195b6189b148c2ee3ed4a19d015a6d4ef3e77bd
This commit is contained in:
George Joseph
2016-02-01 12:04:06 -07:00
parent 52b29f9b4c
commit 40da6434c1
9 changed files with 20 additions and 19 deletions

View File

@@ -2342,7 +2342,7 @@ static char *handle_showmanager(struct ast_cli_entry *e, int cmd, struct ast_cli
" write perm: %s\n"
" displayconnects: %s\n"
"allowmultiplelogin: %s\n",
(user->username ? user->username : "(N/A)"),
S_OR(user->username, "(N/A)"),
(user->secret ? "<Set>" : "(N/A)"),
((user->acl && !ast_acl_list_is_empty(user->acl)) ? "yes" : "no"),
user_authority_to_str(user->readperm, &rauthority),