You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CC [M] /usr/src/dahdi-linux-3.4.0/drivers/dahdi/wctdm24xxp/base.o
/usr/src/dahdi-linux-3.4.0/drivers/dahdi/wct4xxp/base.c:1175:1: error: 'inline' is not at beginning of declaration [-Werror=old-style-declaration]
1175 | static void inline t4_hdlc_xmit_fifo(struct t4 *wc, unsigned int span, struct t4_span *ts)
The text was updated successfully, but these errors were encountered:
Fix a single instance of functions being declared inline after their
return type, which causes a compiler error on newer systems.
Resolves: asterisk#59
The text was updated successfully, but these errors were encountered: