[mod_rayo] Enable -fno-common compilation

This commit is contained in:
Ciprian
2020-09-01 12:13:28 -04:00
committed by GitHub
parent 850b10a864
commit 9c01bd4c78
@@ -51,8 +51,7 @@ struct xmpp_error {
#undef XMPP_ERROR
#define XMPP_ERROR(def_name, name, type) \
SWITCH_DECLARE(const struct xmpp_error) def_name##_val; \
SWITCH_DECLARE(const struct xmpp_error *) def_name;
extern const struct xmpp_error *def_name;
#include "xmpp_errors.def"
/* See RFC-3920 XMPP core for error definitions */