Date: Mon, 10 May 1999 18:25:21 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: warnings in malloc.c In-Reply-To: <199905082104.VAA49736@out4.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 8 May 1999, Mark E. wrote: > When compiling malloc.c with -W, gcc reports warnings for > comparisons between unsigned and signed in several places. This > occurs because malloc and realloc take a size_t while BLOCK uses an > int. The fix is trivial but hardly critical: Thanks. I found several other places where signed and unsigned are mixed in malloc.c and fixed them all.