owlbarn / owl

Owl - OCaml Scientific Computing @ https://ocaml.xyz
MIT License
1.2k stars 120 forks source link

Mark variable as unused #618

Closed mooreryan closed 2 years ago

mooreryan commented 2 years ago

Mark a variable as unused.

This change fixes this error when building and running tests:

$ dune runtest
File "test/unit_signal.ml", line 78, characters 14-15:
78 |       |> fun (a, b) -> b
                   ^
Error (warning 27 [unused-var-strict]): unused variable a.