mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -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
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
/* A simple program for testing pa_mcalign */
|
||||
|
||||
int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char *argv[]) {
|
||||
int main(int argc, char *argv[]) {
|
||||
pa_mempool *p;
|
||||
pa_mcalign *a;
|
||||
pa_memchunk c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue