Skip to content
Snippets Groups Projects
Commit efe183bc authored by BRUN Lelio's avatar BRUN Lelio
Browse files

fix formatting of warning message about unused variables

parent 7c0b83f2
No related branches found
No related tags found
No related merge requests found
......@@ -393,10 +393,10 @@ let pp_warning_unused fmt node_schs =
if vu.var_orig then
Format.fprintf
fmt
" Warning: variable '%s' seems unused@, %a@,@,"
u
" %a Warning: variable '%s' seems unused@,"
Location.pp
vu.var_loc)
vu.var_loc
u)
unused)
node_schs
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment