Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Tue, 4 Sep 2001 16:08:51 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: `InterlockedExchangePointer' warning in current CVS Message-ID: <20010904160851.D9838@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20010904163938 DOT G2419 AT cygbert DOT vinschen DOT de> <999633940 DOT 7410 DOT 14 DOT camel AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <999633940.7410.14.camel@lifelesswks> User-Agent: Mutt/1.3.21i On Wed, Sep 05, 2001 at 06:05:39AM +1000, Robert Collins wrote: >On Wed, 2001-09-05 at 00:39, Corinna Vinschen wrote: >> Hi, >> >> when compiling thread.cc in the current Cygwin CVS version >> I'm getting a warning: >> >> ../../../../src/winsup/cygwin/thread.cc:1154: warning: `InterlockedExchangePointer' redefined >> /home/corinna/src/cygwin/src/winsup/w32api/include/winbase.h:1322: warning: this is the location of the previous definition >> >> Robert, could you look into that and perhaps fix that? > >Sounds like it's been implemented :] > >from thread.cc: >/*FIXME: implement InterlockExchangePointer and get rid of the silly >typecasts below > */ >#define InterlockedExchangePointer InterlockedExchange > >No can dor for ~24 hours, after that I'll dig in. No need. I checked in a fix for this and then I checked in a fix for w32api. I hate warnings when I'm rebuilding stuff... cgf