[asterisk-bugs] [JIRA] (ASTERISK-29776) stir/shaken: Requires GNU designator

Alexander Traud (JIRA) noreply at issues.asterisk.org
Thu Nov 25 10:39:49 CST 2021


Alexander Traud created ASTERISK-29776:
------------------------------------------

             Summary: 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


{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