vol: Fix gcc 4.9 warnings
authorMarc Dionne <marc.dionne@your-file-system.com>
Wed, 28 May 2014 13:53:58 +0000 (09:53 -0400)
committerD Brashear <shadow@your-file-system.com>
Sat, 31 May 2014 11:34:52 +0000 (07:34 -0400)
commitc0683441a0121433d772bfb36e1e9a1c020a5dcb
tree406c7025f950f1992a89d0994ce123689a0b03c7
parent40fb2650b783fbafe51aefd3d0af7a6b0536c265
vol: Fix gcc 4.9 warnings

gcc 4.9 complains here because the trailing 0 in these macros
has no effect, the value having already been set to NULL.
Just remove the offending 0s, nothing uses the return value
anyway, even if there were platforms where 0 != NULL.

Change-Id: Ic9a79d51419726c0c823a9228c21c13dea918dc8
Reviewed-on: http://gerrit.openafs.org/11176
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: D Brashear <shadow@your-file-system.com>
src/vol/ihandle.h