[Asterisk-code-review] build: Fixes for gcc 5 compilation (asterisk[certified/11.6])
Joshua Colp
asteriskteam at digium.com
Thu Jul 21 07:34:59 CDT 2016
Hello Anonymous Coward #1000019,
I'd like you to reexamine a change. Please visit
https://gerrit.asterisk.org/3266
to look at the new patch set (#2).
Change subject: build: Fixes for gcc 5 compilation
......................................................................
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
Change-Id: I967d296cdf2c7834a2bdffd401b077a8a968d09b
---
M channels/chan_sip.c
M main/ccss.c
M main/dsp.c
M main/manager.c
4 files changed, 15 insertions(+), 9 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/66/3266/2
--
To view, visit https://gerrit.asterisk.org/3266
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I967d296cdf2c7834a2bdffd401b077a8a968d09b
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: certified/11.6
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
More information about the asterisk-code-review
mailing list