]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Suppress compiler warning.
authorRussell Bryant <russell@russellbryant.com>
Tue, 26 Mar 2013 01:46:39 +0000 (01:46 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 26 Mar 2013 01:46:39 +0000 (01:46 +0000)
commit88874a95d70d1994f168d96c0eb119f6f259e72e
tree8b55c0a3f0176f746d5613942a1bb9320c6d75d0
parent03047a47b6a8719b6d6f8ee60017c12d830c1bdd
Suppress compiler warning.

This code caused a compiler warning when --enable-dev-mode was not used.
The warning was that this variable was set but not used.  That was indeed
the case as the only place this is used is as an argument to SKINNY_DEBUG
which is compiled out when not in dev mode.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383838 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_skinny.c