mirror of https://github.com/asterisk/asterisk
* gcc 13 is now catching when a function is declared as returning
an enum but defined as returning an int or vice versa. Fixed
a few in app.h, loader.c, stasis_message.c.
* gcc 13 is also now (incorrectly) complaining of dangling pointers
when assigning a pointer to a local char array to a char *. Had
to change that to an ast_alloca.
Resolves: #155
(cherry picked from commit 6c8b23a688
)
releases/certified-20.7
parent
40ff67d636
commit
ee09bbbb5f
Loading…
Reference in new issue