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 623f185 commit 1d78c45Copy full SHA for 1d78c45
src/framework/control.ml
@@ -135,6 +135,7 @@ struct
135
warn_range b e :: acc
136
) xs []
137
in
138
+ let msgs = List.rev msgs in (* lines in ascending order *)
139
M.msg_group Warning ~category:Deadcode "Function '%s' has dead code" f msgs
140
141
let warn_file f = StringMap.iter (warn_func f) in
0 commit comments