We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec84051 commit 4349a6bCopy full SHA for 4349a6b
lib/utils.ml
@@ -32,7 +32,7 @@ let flags_list_of_int64 all_flags v =
32
let int64_of_flags_list all_flags f =
33
let open Int64 in
34
let bitwise_or acc value =
35
- let i, _f = List.find (fun (i', f') -> value = f') all_flags in
+ let i, _f = List.find (fun (_, f') -> value = f') all_flags in
36
logor acc i
37
in
38
List.fold_left bitwise_or Int64.zero f
0 commit comments