Return-Path: Delivered-To: stable-testers-archive@apache.org Received: (qmail 21592 invoked by uid 6000); 8 Apr 1998 19:08:52 -0000 Received: (qmail 21485 invoked from network); 8 Apr 1998 19:08:49 -0000 Received: from twinlark.arctic.org (204.62.130.91) by taz.hyperreal.org with SMTP; 8 Apr 1998 19:08:49 -0000 Received: (qmail 2008 invoked by uid 500); 8 Apr 1998 19:09:54 -0000 Date: Wed, 8 Apr 1998 12:09:54 -0700 (PDT) From: Dean Gaudet To: Douglas Guptill cc: stable-testers@apache.org Subject: Re: apache 1.2.6 on dunix 4.0 (patched) In-Reply-To: <001301bd630f$b33b2920$6a8eb88c@mathtech.stmarys.ca> Message-ID: X-Comment: Visit http://www.arctic.org/~dgaudet/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: stable-testers-owner@apache.org Precedence: bulk It's fixed in the 1.2.7-dev tree... and it's not fatal, so ignore it. Dean On Wed, 8 Apr 1998, Douglas Guptill wrote: > cc -c -O2 -DOSF1 -DSTATUS buff.c > cc: Warning: buff.c, line 263: In this statement, the referenced type of the > pointer value "&fb->outbase[fb->outchunk+i]" is "unsigned char", which is > not compatible with "signed char". > strp = &fb->outbase[fb->outchunk + i]; > ----^