Skip to content

Commit

Permalink
opus.m4: fix -Wstrict-prototypes
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
Signed-off-by: Mark Harris <[email protected]>
  • Loading branch information
thesamesam authored and mark4o committed Nov 25, 2022
1 parent bce1f39 commit 757c53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opus.m4
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dnl
#include <string.h>
#include <opus.h>
int main ()
int main (void)
{
system("touch conf.opustest");
return 0;
Expand Down

0 comments on commit 757c53f

Please sign in to comment.