]> git.ipfire.org Git - thirdparty/freeswitch.git/commit - src/switch_ivr_originate.c
Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform...
authorPeter Olsson <peter@olssononline.se>
Wed, 22 Jan 2014 21:28:53 +0000 (22:28 +0100)
committerPeter Olsson <peter@olssononline.se>
Wed, 22 Jan 2014 21:30:23 +0000 (22:30 +0100)
commit084e2450852137d0e47d171571b12d0127643618
tree792037e31229d0b052b46514c96b65bae51a3048
parent643c88f49b8db0a52ab8c872a82d2436d8cb7df6
Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks.
57 files changed:
libs/spandsp/src/image_translate.c
src/include/switch_utils.h
src/mod/applications/mod_callcenter/mod_callcenter.c
src/mod/applications/mod_commands/mod_commands.c
src/mod/applications/mod_conference/mod_conference.c
src/mod/applications/mod_directory/mod_directory.c
src/mod/applications/mod_dptools/mod_dptools.c
src/mod/applications/mod_fifo/mod_fifo.c
src/mod/applications/mod_fsv/mod_fsv.c
src/mod/applications/mod_hash/mod_hash.c
src/mod/applications/mod_httapi/mod_httapi.c
src/mod/applications/mod_lcr/mod_lcr.c
src/mod/applications/mod_redis/credis.c
src/mod/applications/mod_redis/mod_redis.c
src/mod/applications/mod_sms/mod_sms.c
src/mod/applications/mod_spandsp/mod_spandsp_dsp.c
src/mod/applications/mod_spandsp/udptl.c
src/mod/applications/mod_valet_parking/mod_valet_parking.c
src/mod/applications/mod_voicemail/mod_voicemail.c
src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c
src/mod/codecs/mod_silk/mod_silk.c
src/mod/codecs/mod_speex/mod_speex.c
src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c
src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c
src/mod/endpoints/mod_dingaling/mod_dingaling.c
src/mod/endpoints/mod_gsmopen/mod_gsmopen.cpp
src/mod/endpoints/mod_portaudio/pablio.c
src/mod/endpoints/mod_skinny/skinny_server.c
src/mod/endpoints/mod_skypopen/mod_skypopen.c
src/mod/endpoints/mod_skypopen/skypopen_protocol.c
src/mod/endpoints/mod_sofia/rtp.c
src/mod/endpoints/mod_sofia/sofia.c
src/mod/endpoints/mod_sofia/sofia_glue.c
src/mod/endpoints/mod_sofia/sofia_presence.c
src/mod/endpoints/mod_sofia/sofia_reg.c
src/mod/event_handlers/mod_event_multicast/mod_event_multicast.c
src/mod/event_handlers/mod_event_socket/mod_event_socket.c
src/mod/formats/mod_local_stream/mod_local_stream.c
src/mod/formats/mod_shout/mod_shout.c
src/mod/formats/mod_tone_stream/mod_tone_stream.c
src/mod/languages/mod_spidermonkey/mod_spidermonkey.c
src/mod/loggers/mod_console/mod_console.c
src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c
src/mod/xml_int/mod_xml_rpc/ws.c
src/switch_console.c
src/switch_core_media_bug.c
src/switch_core_speech.c
src/switch_core_sqldb.c
src/switch_ivr_menu.c
src/switch_ivr_originate.c
src/switch_ivr_play_say.c
src/switch_json.c
src/switch_mprintf.c
src/switch_rtp.c
src/switch_stun.c
src/switch_utils.c
src/switch_xml_config.c