Select Git revision
test_arc4random.c
-
Fred Wright authored
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.
Fred Wright authoredThe 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.