[Asterisk-code-review] Compiler fixes for gcc 10 (asterisk[master])

Kevin Harwell asteriskteam at digium.com
Mon Jun 1 18:30:50 CDT 2020


Kevin Harwell has uploaded a new patch set (#2). ( https://gerrit.asterisk.org/c/asterisk/+/14451 )

Change subject: Compiler fixes for gcc 10
......................................................................

Compiler fixes for gcc 10

This patch fixes a few compile warnings/errors that now occur when using gcc
10+.

Also, the Makefile.rules check to turn off partial inlining in gcc versions
greater or equal to 8.2.1 had a bug where it only it only checked against
versions with at least 3 numbers (ex: 8.2.1 vs 10). This patch now ensures
any version above the specified version is correctly compared.

Change-Id: I54718496eb0c3ce5bd6d427cd279a29e8d2825f9
---
M Makefile.rules
M addons/ooh323c/src/decode.c
M addons/ooh323c/src/ooSocket.c
M addons/ooh323c/src/oochannels.c
M apps/app_stack.c
M apps/app_voicemail.c
M include/asterisk/app.h
M include/asterisk/strings.h
M main/dns_srv.c
M main/http.c
M main/message.c
M main/pbx.c
M main/pbx_variables.c
M main/stasis.c
M main/stasis_channels.c
M main/strings.c
M pbx/pbx_dundi.c
M res/parking/parking_bridge_features.c
M res/res_pjsip_registrar.c
M tests/test_locale.c
20 files changed, 101 insertions(+), 71 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/51/14451/2
-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14451
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I54718496eb0c3ce5bd6d427cd279a29e8d2825f9
Gerrit-Change-Number: 14451
Gerrit-PatchSet: 2
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200601/bff7d745/attachment.html>


More information about the asterisk-code-review mailing list