]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_meetme: compiler warning
authorKevin Harwell <kharwell@digium.com>
Fri, 3 Jan 2014 18:27:25 +0000 (18:27 +0000)
committerKevin Harwell <kharwell@digium.com>
Fri, 3 Jan 2014 18:27:25 +0000 (18:27 +0000)
commita8393e64bcb15afe3c44c51bdbc84eec7cc5adce
tree6cd8702221c2d6add2f3fdadefc62313accbe061
parent0abb5b9e1809c28d52d709fba3b360bc54f69326
app_meetme: compiler warning

Fixed a compiler warning (errors in 'dev-mode') given by gcc version 4.8.1.
The one in app_meetme involved the 'sizeof-pointer-memaccess'
(see: http://gcc.gnu.org/gcc-4.8/porting_to.html) warning. Fixed so
it would no longer issue a warning and can compile again in 'dev-mode'.

Review: https://reviewboard.asterisk.org/r/3098/
........

Merged revisions 404742 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@404773 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_meetme.c