This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Thread.h failure on




> -----Original Message-----
> From: Christopher Faylor [mailto:cgf@redhat.com] 
> >Yah, my newlib wasn't new enough.
> 
> Hah.  Neither was mine.  I'm still getting some warnings from 
> glob.c, though.
> 
> How about these warnings, though, Robert:
> 
> /cygnus/src/uberbaum/winsup/cygwin/shm.cc: In function `void* 
> shmat(int, const void*, int)':
> /cygnus/src/uberbaum/winsup/cygwin/shm.cc:232: warning: 
> unused variable ` shmid_ds*shm'
> /cygnus/src/uberbaum/winsup/cygwin/shm.cc: In function `int 
> shmdt(const void*)':
> /cygnus/src/uberbaum/winsup/cygwin/shm.cc:281: warning: 
> control reaches end of non-void function

They can be ignored, as the shm and ipc functions aren't exported yet. (Remember: they are incomplete implementations).

Rob


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]