]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix coverity UNUSED_VALUE findings in core support level files
authorKinsey Moore <kmoore@digium.com>
Mon, 11 Jun 2012 15:13:22 +0000 (15:13 +0000)
committerKinsey Moore <kmoore@digium.com>
Mon, 11 Jun 2012 15:13:22 +0000 (15:13 +0000)
commit0353a576713e0cef983dc149cb7609dc3ffc019c
tree0287a6f66f51ee3afb6a8c26d71e93421716a861
parent44e963a550a9be0956ef73fb2fc6492232c1a579
Fix coverity UNUSED_VALUE findings in core support level files

Most of these were just saving returned values without using them and
in some cases the variable being saved to could be removed as well.

(issue ASTERISK-19672)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@368738 65c4cc65-6c06-0410-ace0-fbb531ad65f3
17 files changed:
apps/app_directory.c
apps/app_queue.c
apps/app_voicemail.c
channels/chan_dahdi.c
channels/chan_sip.c
channels/sip/dialplan_functions.c
channels/sip/reqresp_parser.c
channels/sip/sdp_crypto.c
funcs/func_strings.c
main/loader.c
main/say.c
main/udptl.c
pbx/pbx_config.c
res/res_config_odbc.c
res/res_fax.c
res/res_odbc.c
res/res_speech.c