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]

New ARI warning Fri Jan 16 01:54:30 UTC 2015


87a88,89
> gdb/common/mingw-strerror.c:38: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/mingw-strerror.c:38:    return strerror (errnum);
> gdb/common/posix-strerror.c:29: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/posix-strerror.c:29:  msg = strerror (errnum);
821a824,825
> gdb/common/mingw-strerror.c:0: internal: gdb/common/mingw-strerror.c missing strerror: Expecting 1 occurances of bug strerror in file gdb/common/mingw-strerror.c, only found 0
gdb/common/mingw-strerror.c:0:
> gdb/common/posix-strerror.c:0: internal: gdb/common/posix-strerror.c missing strerror: Expecting 1 occurances of bug strerror in file gdb/common/posix-strerror.c, only found 0
gdb/common/posix-strerror.c:0:


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