]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsocket: Remove fscanf build warnings
authorSean Hefty <sean.hefty@intel.com>
Mon, 5 Nov 2012 19:53:03 +0000 (11:53 -0800)
committerSean Hefty <sean.hefty@intel.com>
Mon, 5 Nov 2012 19:53:03 +0000 (11:53 -0800)
commit421955321837ef0179252ea3573d0c9010611ae4
tree92d2aab8615c3d1003fee963587c4078b732e465
parent7d92d0106f50e0371256e74863963a0e2e99a5c8
rsocket: Remove fscanf build warnings

Cast fscanf return values to (void) to indicate that we don't
care if the call fails.  In the case of a failure, we simply
fall back to using default values.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/rsocket.c