Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFC] Casting NULL pointer
@ 2015-08-30 10:09 Andrew Burgess
  2015-08-30 12:33 ` Mark Kettenis
  2015-08-30 16:06 ` Doug Evans
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Burgess @ 2015-08-30 10:09 UTC (permalink / raw)
  To: gdb-patches

There are a small (~26) number of places where the NULL pointer is
cast list this:

    char *wname = (char *) NULL;

This compares to a huge number of places (~726) where we don't use a
cast, so:

    const char *name = NULL;

I've never thought that the cast was either necessary or a
particularly good idea, it feels like unneeded clutter.

I only ask because I was about to push an obvious change that made a
minor edit to a line containing one of the above casts.  I was tempted
to remove the cast, in this case, as a clean up; however, I'm looking
for confirmation that such a change would be viewed as clean up, and
not an unnecessary change.

As a  follow on, given the small number, I'm happy to submit a
patch(es) to remove all of these casts, if its felt that would be a
reasonable clean up.

Thanks,
Andrew


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-30 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-30 10:09 [RFC] Casting NULL pointer Andrew Burgess
2015-08-30 12:33 ` Mark Kettenis
2015-08-30 13:46   ` Andrew Burgess
2015-08-30 16:06 ` Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox