Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wct4xxp: Old style declaration causes compilation error #59

Open
InterLinked1 opened this issue Sep 22, 2024 · 0 comments · May be fixed by #60
Open

wct4xxp: Old style declaration causes compilation error #59

InterLinked1 opened this issue Sep 22, 2024 · 0 comments · May be fixed by #60

Comments

@InterLinked1
Copy link
Contributor

  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)
InterLinked1 added a commit to InterLinked1/dahdi-linux that referenced this issue Sep 22, 2024
Fix a single instance of functions being declared inline after their
return type, which causes a compiler error on newer systems.

Resolves: asterisk#59
@InterLinked1 InterLinked1 linked a pull request Sep 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant