This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: New ARI warning Fri Nov 16 01:56:44 UTC 2012


> > gdb/common/gdb_stat.h:23: regression: stat.h: Do not include stat.h or sys/stat.h, instead include gdb_stat.h
> gdb/common/gdb_stat.h:23:#include <sys/stat.h>
> 138a140,141
> > gdb/common/gdb_wait.h:23: regression: wait.h: Do not include wait.h or sys/wait.h, instead include gdb_wait.h
> gdb/common/gdb_wait.h:23:#include <sys/wait.h>  
> > gdb/common/gdb_wait.h:26: regression: wait.h: Do not include wait.h or sys/wait.h, instead include gdb_wait.h
> gdb/common/gdb_wait.h:26:#include <wait.h>  

I expect that these are going to become OBE pretty soon, so nothing
to be done. But there might be other cases like this (Eg: abort) where
the few uses are correct and expected.  For those, they should be
explicitly marked as OK via an /* ARI */ comment to make sure the ARI
does not complain about them.

-- 
Joel


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