-
- Downloads
test_arc4random: Fix warning.
The result of a function being tested is discarded, which produces a "set but not used" warning from some compilers. We add a void cast to avoid this. TESTED: Previously present warnings are now gone.
Please register or sign in to comment