Skip to content
Commit 72c1e59f authored by Garrett Cooper's avatar Garrett Cooper Committed by Jason Evans
Browse files

Improve configure tests for ffsl



In particular:
- ffsl always returns int, not long, on FreeBSD, Linux, and OSX.
- Mute compiler warnings about rv being unused (and the potential for
   compilers optimizing out the call completely) by dumping the value
   with printf(3).

Signed-off-by: default avatarGarrett Cooper <yanegomi@gmail.com>
parent 6e6164ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment