]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfs-utils: Fix C aliasing rules violation in nfs_getrpccaller()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 19 Jul 2010 14:09:12 +0000 (10:09 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 19 Jul 2010 14:09:12 +0000 (10:09 -0400)
Squelch compiler warnings reported with -Wextra:

In file included from statd.c:24:
../../support/include/rpcmisc.h: In function nfs_getrpccaller_in:
../../support/include/rpcmisc.h:58: warning: dereferencing type-punned
pointer might break strict-aliasing rules
../../support/include/rpcmisc.h: In function nfs_getrpccaller:
../../support/include/rpcmisc.h:63: warning: dereferencing type-punned
pointer might break strict-aliasing rules

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>

No differences found