mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
suppress compiler warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10286 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -52,7 +52,7 @@ static int sha1(struct ast_channel *chan, char *cmd, char *data,
|
|||||||
else {
|
else {
|
||||||
ast_log(LOG_ERROR,
|
ast_log(LOG_ERROR,
|
||||||
"Insufficient space to produce SHA1 hash result (%d < 41)\n",
|
"Insufficient space to produce SHA1 hash result (%d < 41)\n",
|
||||||
len);
|
(int) len);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user