From e6e5868035eef3fe2db95b80f15a6fce6e5d5fe5 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 18 Oct 2007 23:54:11 +0000 Subject: Shut up signed / unsigned comparison warnings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 978 --- src/deh_main.c | 6 +++--- src/i_pcsound.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/deh_main.c b/src/deh_main.c index b69c049d..7b08ebf4 100644 --- a/src/deh_main.c +++ b/src/deh_main.c @@ -79,7 +79,7 @@ static deh_section_t *section_types[] = void DEH_Checksum(md5_digest_t digest) { md5_context_t md5_context; - int i; + unsigned int i; MD5_Init(&md5_context); @@ -98,7 +98,7 @@ void DEH_Checksum(md5_digest_t digest) static void InitialiseSections(void) { - int i; + unsigned int i; for (i=0; i