]> git.michaelhowe.org Git - packages/o/openafs.git/commit
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)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 19 Jun 2014 12:12:03 +0000 (08:12 -0400)
commit11cab56df59e028a294c2799e83a40ba14288090
tree630c7766bb3e8864936e37c79f18432d08fe3a18
parent47c5ef52c6cabd9a18273cf779a3972c90da4144
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.

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>
(cherry picked from commit c0683441a0121433d772bfb36e1e9a1c020a5dcb)

Change-Id: Ia63f56d3254b87e7d56752ec11729d82e0293792
Reviewed-on: http://gerrit.openafs.org/11204
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/vol/ihandle.h