Skip to content
Snippets Groups Projects
Commit 2b357881 authored by Russell Bryant's avatar Russell Bryant
Browse files

suppress compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10286 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 98d0d296
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ static int sha1(struct ast_channel *chan, char *cmd, char *data,
else {
ast_log(LOG_ERROR,
"Insufficient space to produce SHA1 hash result (%d < 41)\n",
len);
(int) len);
}
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment