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

Kevin Harwell asteriskteam at digium.com
Fri Jun 5 12:22:14 CDT 2020


Hello Sean Bright, George Joseph, Friendly Automation, 

I'd like you to reexamine a change. Please visit

    https://gerrit.asterisk.org/c/asterisk/+/14451

to look at the new patch set (#6).

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 main/dns_srv.c
M main/http.c
M main/logger.c
M main/message.c
M main/pbx.c
M main/pbx_variables.c
M main/stasis.c
M main/stasis_channels.c
M pbx/pbx_dundi.c
M res/parking/parking_bridge_features.c
M res/res_pjsip_registrar.c
M tests/test_locale.c
M utils/astman.c
M utils/db1-ast/hash/ndbm.c
M utils/extconf.c
M utils/muted.c
23 files changed, 122 insertions(+), 89 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/51/14451/6
-- 
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: 6
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Sean Bright <sean.bright at gmail.com>
Gerrit-CC: Kinsey Moore <nyphbl8d at gmail.com>
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200605/0473ae6b/attachment.html>


More information about the asterisk-code-review mailing list