]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix unused-but-set-variable warnings
authorTerry Wilson <twilson@digium.com>
Fri, 2 Mar 2012 23:27:06 +0000 (23:27 +0000)
committerTerry Wilson <twilson@digium.com>
Fri, 2 Mar 2012 23:27:06 +0000 (23:27 +0000)
commitd9961b2768532acbee0089b774f76972494e9139
treef6b76d8cafcecbe03b8eebdcb6f3d9565df2a3c0
parent7495f69c95c80968625d0245acf574c1e87e4114
Fix unused-but-set-variable warnings

All of these were pretty obviously unused. Some were unused because
the code that used them was #if 0'd. In those cases, I just commented
out the unused-but-set variables.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@358029 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_usbradio.c
channels/xpmr/xpmr.c