This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
remove unnecessary casts
- From: Jens-Michael Hoffmann <jensmh at gmx dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 13 Nov 2002 03:10:09 +0100
- Subject: remove unnecessary casts
- Organization: Hoffmann Information Services GmbH
hi,
I would like to inform you that I'm going to remove unnecessary casts as
suggested on the web page (projects/beginner.html). Until now I identified
- casts on the return values of xcalloc, xmalloc, xrealloc, ggc_alloc_cleared,
obstack_alloc, alloca
- casts on the parameters of memset and memcpy
as candidates.
Any suggestions/corrections are welcome.
Jens-Michael