[asterisk-bugs] [JIRA] (ASTERISK-29776) stir/shaken: Requires GNU designator
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Mon Nov 29 09:47:34 CST 2021
[ https://issues.asterisk.org/jira/browse/ASTERISK-29776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=257187#comment-257187 ]
Friendly Automation commented on ASTERISK-29776:
------------------------------------------------
Change 17579 merged by Friendly Automation:
stir/shaken: Avoid a compiler extension of GCC.
[https://gerrit.asterisk.org/c/asterisk/+/17579|https://gerrit.asterisk.org/c/asterisk/+/17579]
> stir/shaken: Requires GNU designator
> ------------------------------------
>
> Key: ASTERISK-29776
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-29776
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_stir_shaken
> Affects Versions: GIT
> Environment: Compiler Clang
> Reporter: Alexander Traud
> Assignee: Alexander Traud
>
> {code}
> res_pjsip/pjsip_configuration.c:743:28: error: use of GNU 'missing =' extension in designator [-Werror,-Wgnu-designator]
> [AST_SIP_STIR_SHAKEN_OFF] "off",
> ^
> =
> {code}The symbol for assignment {{=}} is simply missing. The compiler GCC allows that. The compiler Clangs warns about it in normal mode, and errors in developer mode.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list