mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -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
|
|
@ -42,7 +42,7 @@ static time_t start;
|
|||
|
||||
#ifdef TEST2
|
||||
|
||||
static void func(pa_mainloop_api *m, PA_GCC_UNUSED pa_signal_event *e, PA_GCC_UNUSED int sig, PA_GCC_UNUSED void *userdata) {
|
||||
static void func(pa_mainloop_api *m, pa_signal_event *e, int sig, void *userdata) {
|
||||
time_t now;
|
||||
time(&now);
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ static void func(pa_mainloop_api *m, PA_GCC_UNUSED pa_signal_event *e, PA_GCC_UN
|
|||
|
||||
#endif
|
||||
|
||||
int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char *argv[]) {
|
||||
int main(int argc, char *argv[]) {
|
||||
pa_mainloop *m;
|
||||
|
||||
m = pa_mainloop_new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue