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 Wed Apr 5 01:59:13 UTC 2017


88a89,90
> gdb/common/gdb_optional.h:78: code: OP eol: Do not use &&, or || at the end of a line
gdb/common/gdb_optional.h:78:  T &&operator* () &&
> gdb/common/gdb_optional.h:81: code: OP eol: Do not use &&, or || at the end of a line
gdb/common/gdb_optional.h:81:  constexpr const T &&operator* () const &&
90a93
> gdb/common/underlying.h:27: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/common/underlying.h:27:to_underlying (E val) noexcept
172d174
< gdb/frame.c:1465: deprecated: deprecated frame_register_read: Do not use deprecated frame_register_read, see declaration for details
gdb/frame.c:1465:	  deprecated_frame_register_read (frame, regnum, buf);


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