[ioquake3] 59/136: Fixed -Wstrict-prototypes warning.

Simon McVittie smcv at debian.org
Thu Jun 15 09:09:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 69829916b51c80c77297d96aedbd8b5be72e7d4a
Author: Ryan C. Gordon <icculus at icculus.org>
Date:   Tue May 30 17:37:53 2017 -0400

    Fixed -Wstrict-prototypes warning.
---
 code/autoupdater/autoupdater.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/autoupdater/autoupdater.c b/code/autoupdater/autoupdater.c
index e8b8d40..7e20d33 100644
--- a/code/autoupdater/autoupdater.c
+++ b/code/autoupdater/autoupdater.c
@@ -145,8 +145,8 @@ static void die(const char *why)
     exit(1);
 }
 
-static void outOfMemory() NEVER_RETURNS;
-static void outOfMemory()
+static void outOfMemory(void) NEVER_RETURNS;
+static void outOfMemory(void)
 {
     die("Out of memory");
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list