mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 05:56:12 +00:00
[mod_rayo] Enable -fno-common compilation
This commit is contained in:
parent
850b10a864
commit
9c01bd4c78
@ -51,8 +51,7 @@ struct xmpp_error {
|
|||||||
|
|
||||||
#undef XMPP_ERROR
|
#undef XMPP_ERROR
|
||||||
#define XMPP_ERROR(def_name, name, type) \
|
#define XMPP_ERROR(def_name, name, type) \
|
||||||
SWITCH_DECLARE(const struct xmpp_error) def_name##_val; \
|
extern const struct xmpp_error *def_name;
|
||||||
SWITCH_DECLARE(const struct xmpp_error *) def_name;
|
|
||||||
#include "xmpp_errors.def"
|
#include "xmpp_errors.def"
|
||||||
|
|
||||||
/* See RFC-3920 XMPP core for error definitions */
|
/* See RFC-3920 XMPP core for error definitions */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user