summaryrefslogtreecommitdiff
path: root/media-libs/libvorbis/files/libvorbis-1.3.7-macro-wstrict-prototypes.patch
blob: 24e163d5adf88dde7f4e20c225f9d885b665fbc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
https://gitlab.xiph.org/xiph/vorbis/-/merge_requests/25

From 63132c52ee4694171f663ecf536ab1236b6c46ba Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Wed, 23 Nov 2022 03:27:44 +0000
Subject: [PATCH] vorbis.m4: fix -Wstrict-prototypes

Signed-off-by: Sam James <sam@gentoo.org>
--- a/vorbis.m4
+++ b/vorbis.m4
@@ -67,7 +67,7 @@ dnl
 #include <vorbis/codec.h>
 #include <vorbis/vorbisenc.h>
 
-int main ()
+int main (void)
 {
     vorbis_block 	vb;
     vorbis_dsp_state	vd;
GitLab