Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.3.0
  • v1.2.4
  • v1.2.3
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.13
  • v1.0.12
  • v1.0.11
  • v1.0.10
  • v1.0.9
  • v1.0.8
  • v1.0.7
  • v1.0.6
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
21 results

test_arc4random.c

Blame
    • Fred Wright's avatar
      8c9e4f68
      test_arc4random: Fix warning. · 8c9e4f68
      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.
      8c9e4f68
      History
      test_arc4random: Fix warning.
      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.