shithub: opus

Download patch

ref: 757c53f775a0b651b0512a1992d67f4b2159a378
parent: bce1f392353d72d77d543bb2069a044ae1045e9d
author: Sam James <sam@gentoo.org>
date: Tue Nov 22 22:19:54 EST 2022

opus.m4: fix -Wstrict-prototypes

Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Mark Harris <mark.hsj@gmail.com>

--- a/opus.m4
+++ b/opus.m4
@@ -63,7 +63,7 @@
 #include <string.h>
 #include <opus.h>
 
-int main ()
+int main (void)
 {
   system("touch conf.opustest");
   return 0;