]> git.ipfire.org Git - thirdparty/asterisk.git/commit
gcc 4.4: Remove a nop memset size 0 that annoys gcc
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Sun, 13 Sep 2009 21:48:02 +0000 (21:48 +0000)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Sun, 13 Sep 2009 21:48:02 +0000 (21:48 +0000)
commit36a844213f1c975a01f78951603548de4226fef0
tree7c6b7108da79d09ed4cb75a44d04d3bfc3cc0c89
parentc6c26fc5ba81981c922e42fcaf500af4c5ac45bb
gcc 4.4: Remove a nop memset size 0 that annoys gcc

This memset doesn't write beyond the end of the buffer.
(tmpbuf has size of 4).

Merged revisions 218184 via svnmerge from
http://svn.digium.com/svn/asterisk/trunk

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@218218 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_phone.c