comerr: Don't cast returns from malloc()
authorSimon Wilkinson <sxw@your-file-system.com>
Thu, 17 May 2012 12:28:51 +0000 (13:28 +0100)
committerDerrick Brashear <shadow@dementix.org>
Thu, 24 May 2012 16:25:09 +0000 (09:25 -0700)
commit40123db55ec36e8f5536db749e0a935141de74c7
tree63c7748b1f58bed4a96f703e53a8e10e5182422f
parent519d2cd5d8bb2bc1d2e315b8fea9616504674c79
comerr: Don't cast returns from malloc()

malloc() returns a (void *) on all of our current platforms. So,
don't bother casting the return value before assigning it - it is
unnecessary noise.

Change-Id: Idc5f098a20809a5f869c4ea9f3970e598520c0e9
Reviewed-on: http://gerrit.openafs.org/7468
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/comerr/compile_et.c
src/comerr/error_table.y
src/comerr/error_table_nt.c
src/comerr/et_lex.lex_nt.c
src/tools/dumpscan/afsdump_extract.c