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 Subject: Re: `InterlockedExchangePointer' warning in current CVS From: Robert Collins To: cygdev In-Reply-To: <20010904163938.G2419@cygbert.vinschen.de> References: <20010904163938 DOT G2419 AT cygbert DOT vinschen DOT de> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.13 (Preview Release) Date: 05 Sep 2001 06:05:39 +1000 Message-Id: <999633940.7410.14.camel@lifelesswks> Mime-Version: 1.0 X-OriginalArrivalTime: 04 Sep 2001 19:52:40.0266 (UTC) FILETIME=[277A4AA0:01C1357B] 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.