Matthew Jordan
29e6597f0b
clang compiler warnings: Fix a variety of "unused" warnings
This patch fixes the -Wunused-value -Wunused-variable -Wunused-const-variable
errors caught by clang. Specifically:
* apps/app_queue.c: removed unused qpm_cmd_usage[], qum_cmd_usage[],
qsmp_cmd_usage[]
* cel/cel_sqlite3_custom.c: removed unused name[] = "cel_sqlite3_custom"
* codecs/gsm/src/gsm_create.c: removed unused ident[] = "$Header$"
* funcs/func_env.c:729: Fixed ast_str_append_substr.
* main/editline/np/strlcat.c: removed unused rcsid variable
* main/editline/np/strlcpy.c: removed unused rcsid variable
* utils/conf2ael.c: removed unused cfextension_states
* utils/extconf.c: removed unused cfextension_states
Review: https://reviewboard.asterisk.org/r/4526
ASTERISK-24917
Reported by: dkdegroot
patches:
rb4526.patch submitted by dkdegroot (License 6600)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@433693 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2015-03-28 12:53:50 +00:00
..
2015-01-27 17:11:59 +00:00
2014-12-17 09:24:50 +00:00
2015-01-23 14:51:03 +00:00
2015-03-14 00:16:56 +00:00
2012-02-20 23:43:27 +00:00
2012-02-20 23:43:27 +00:00
2012-11-27 20:38:23 +00:00
2012-03-14 23:29:32 +00:00
2012-03-13 18:20:34 +00:00
2015-02-26 17:06:01 +00:00
2015-03-26 17:00:39 +00:00
2011-07-14 20:28:54 +00:00
2012-03-01 22:09:18 +00:00
2012-03-01 22:09:18 +00:00
2013-02-14 03:48:39 +00:00
2014-08-17 23:07:06 +00:00
2015-03-28 12:39:08 +00:00
2012-09-20 17:15:05 +00:00
2012-06-11 15:23:30 +00:00
2012-05-10 15:57:26 +00:00
2014-05-09 22:28:40 +00:00
2012-03-20 20:42:34 +00:00
2011-07-14 20:28:54 +00:00
2015-03-17 21:43:32 +00:00
2012-02-29 16:52:47 +00:00
2014-05-09 22:28:40 +00:00
2012-03-01 22:09:18 +00:00
2012-09-06 00:59:23 +00:00
2014-02-21 20:21:46 +00:00
2014-12-17 09:24:50 +00:00
2012-04-06 18:19:03 +00:00
2011-07-14 20:28:54 +00:00
2012-02-20 23:43:27 +00:00
2014-03-27 19:13:09 +00:00
2015-01-13 18:06:21 +00:00
2014-12-06 17:19:39 +00:00
2012-04-04 18:08:28 +00:00
2015-01-23 14:51:03 +00:00
2015-02-15 00:31:55 +00:00
2011-09-19 20:23:29 +00:00
2012-02-24 00:32:20 +00:00
2012-02-24 00:32:20 +00:00
2012-08-08 22:39:40 +00:00
2014-12-17 09:24:50 +00:00
2013-02-05 19:09:40 +00:00
2013-02-24 15:37:26 +00:00
2013-08-06 08:19:42 +00:00
2012-02-20 23:43:27 +00:00
2012-02-29 16:52:47 +00:00
2015-03-28 12:53:50 +00:00
2012-02-20 23:43:27 +00:00
2012-02-29 16:52:47 +00:00
2011-07-14 20:28:54 +00:00
2014-12-01 13:39:15 +00:00
2011-09-19 20:23:29 +00:00
2012-02-20 23:43:27 +00:00
2012-09-27 22:19:03 +00:00
2012-02-20 23:43:27 +00:00
2012-02-29 16:52:47 +00:00
2014-07-13 16:43:37 +00:00
2014-12-17 09:24:50 +00:00
2012-02-20 23:43:27 +00:00
2014-07-28 18:34:18 +00:00
2014-05-09 22:28:40 +00:00
2012-06-15 16:20:16 +00:00
2012-03-13 18:20:34 +00:00
2012-02-24 00:32:20 +00:00
2014-01-17 15:40:37 +00:00
2011-10-07 19:37:33 +00:00
2012-06-25 17:59:34 +00:00
2014-05-09 22:28:40 +00:00
2015-03-28 12:39:08 +00:00
2012-06-15 15:33:41 +00:00
2012-11-07 19:03:42 +00:00
2012-02-24 00:32:20 +00:00
2011-07-14 20:28:54 +00:00
2012-07-31 20:21:43 +00:00
2012-02-29 16:52:47 +00:00
2005-11-29 18:24:39 +00:00
2005-11-29 18:24:39 +00:00
2015-02-26 04:56:28 +00:00