This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

remove unnecessary casts


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


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