configure: fix libnuma_v2 probe to work with -Werror
authorCastor Fu <castor@alumni.caltech.edu>
Thu, 29 Jan 2015 18:07:36 +0000 (10:07 -0800)
committerJens Axboe <axboe@fb.com>
Fri, 6 Feb 2015 16:09:37 +0000 (09:09 -0700)
commit61bde962bacf9babd656d354136efcbc92ac7473
tree5a4aca8a5716e5a7ba7a2dcdcc45e6a43acbcf7e
parent67f4822ce3dc6af76b963c6ac467a8f0471a7faf
configure: fix libnuma_v2 probe to work with -Werror

I noticed that libnuma_v2 wasn't getting detected in our build
environment because we would get an error that mask was unused.

Signed-off-by: Jens Axboe <axboe@fb.com>
configure