https://gitlab.xiph.org/xiph/opus/-/merge_requests/56 From 402615a38851f7180c3ac01e246fcbc7de9fd451 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 23 Nov 2022 03:19:54 +0000 Subject: [PATCH] opus.m4: fix -Wstrict-prototypes Signed-off-by: Sam James --- a/opus.m4 +++ b/opus.m4 @@ -63,7 +63,7 @@ dnl #include #include -int main () +int main (void) { system("touch conf.opustest"); return 0; GitLab