Files
asterisk/include/asterisk
George Joseph 5e46127e17 build: Fixes for gcc 5 compilation
These are fixes for compilation under gcc 5.0...

chan_sip.c:    In parse_request needed to make 'lim' unsigned.
inline_api.h:  Needed to add a check for '__GNUC_STDC_INLINE__' to detect C99 
               inline semantics (same as clang).
ccss.c:        In ast_cc_set_parm, needed to fix weird comparison.
dsp.c:         Needed to work around a possible compiler bug.  It was throwing 
               an array-bounds error but neither
               sgriepentrog, rmudgett nor I could figure out why.
manager.c:     In action_atxfer, needed to correct an array allocation.

This patch will go to 11, 13, trunk.

Review: https://reviewboard.asterisk.org/r/4581/
Reported-by: Jeffrey Ollie
Tested-by: George Joseph
ASTERISK-24932 #close




git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@434113 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2015-04-06 18:58:30 +00:00
..
2012-06-25 15:55:25 +00:00
2010-06-02 18:10:15 +00:00
2009-04-29 18:53:01 +00:00
2011-12-16 21:10:19 +00:00
2015-01-23 14:55:47 +00:00
2012-11-03 03:17:49 +00:00
2011-12-22 20:39:48 +00:00
2008-07-21 21:00:47 +00:00
2010-06-08 14:38:18 +00:00
2009-03-18 02:28:55 +00:00
2011-11-23 17:16:33 +00:00
2009-06-15 16:07:23 +00:00
2012-02-24 15:10:35 +00:00
2010-08-30 08:25:50 +00:00
2011-10-11 19:06:29 +00:00
2010-06-08 14:38:18 +00:00
2012-11-07 19:03:42 +00:00
2010-06-08 14:38:18 +00:00
2012-06-25 17:59:34 +00:00