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]

[PATCH 0/3] Remove casts of NULL (during assignment)


Remove all casts of NULL during assignment.  Split into three for gdb/
gdb/cli and gdb/tui.

If I don't hear anything in a week I'll push this as obvious.

Thanks,
Andrew

---

Andrew Burgess (3):
  gdb: Remove casts of NULL during assignment.
  gdb/cli: Remove casts of NULL during assignment.
  gdb/tui: Remove casts of NULL during assignment.

 gdb/ChangeLog            | 35 +++++++++++++++++++++++++++++++++++
 gdb/c-valprint.c         |  4 ++--
 gdb/cli/cli-decode.c     |  2 +-
 gdb/dbxread.c            |  2 +-
 gdb/gnu-nat.c            |  2 +-
 gdb/mdebugread.c         |  2 +-
 gdb/p-valprint.c         |  4 ++--
 gdb/tui/tui-data.c       | 32 ++++++++++++++++----------------
 gdb/tui/tui-layout.c     |  2 +-
 gdb/tui/tui-regs.c       |  2 +-
 gdb/tui/tui-win.c        |  8 ++++----
 gdb/tui/tui-windata.c    |  2 +-
 gdb/tui/tui-wingeneral.c |  2 +-
 gdb/xcoffread.c          |  2 +-
 14 files changed, 68 insertions(+), 33 deletions(-)

-- 
2.5.1


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