mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
don't use PA_GCC_UNUSED anymore
This commit is contained in:
parent
9996213c41
commit
432b4e5f7d
40 changed files with 123 additions and 123 deletions
|
|
@ -235,7 +235,7 @@ void pa_cpu_limit_done(void) {
|
|||
|
||||
#else /* HAVE_SIGXCPU */
|
||||
|
||||
int pa_cpu_limit_init(PA_GCC_UNUSED pa_mainloop_api *m) {
|
||||
int pa_cpu_limit_init(pa_mainloop_api *m) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue