summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-07-23 14:37:26 +0000
committerRussell Bryant <russell@russellbryant.com>2007-07-23 14:37:26 +0000
commit7a2772c1513a651ac3970c7a9790e9b2be792a35 (patch)
treec075f8ff93e33e37af5966757f9e6c115694df69 /channels
parenteaebbdab617bf42159e508fb0666c3f904e44056 (diff)
Mark str2dtmfmode() as currently unused to resolve a compiler warning and
allow building under dev mode git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@76562 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 06613fcc5..0371de8c6 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -1548,6 +1548,7 @@ static int sip_show_peers(int fd, int argc, char *argv[]);
static int sip_show_objects(int fd, int argc, char *argv[]);
static void print_group(int fd, ast_group_t group, int crlf);
static const char *dtmfmode2str(int mode) attribute_const;
+static int str2dtmfmode(const char *str) attribute_unused;
static const char *insecure2str(int mode) attribute_const;
static void cleanup_stale_contexts(char *new, char *old);
static void print_codec_to_cli(int fd, struct ast_codec_pref *pref);