summaryrefslogtreecommitdiff
path: root/media-libs/libogg/files/libogg-1.3.5-macro-wstrict-prototypes.patch
blob: 3da8dc74c614ae1c627c1fb0a235b239f5312677 (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/ogg/-/merge_requests/14

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

Signed-off-by: Sam James <sam@gentoo.org>
--- a/ogg.m4
+++ b/ogg.m4
@@ -62,7 +62,7 @@ dnl
 #include <string.h>
 #include <ogg/ogg.h>
 
-int main ()
+int main (void)
 {
   system("touch conf.oggtest");
   return 0;
GitLab