Skip to content
Snippets Groups Projects
Commit 3175d095 authored by Julien Signoles's avatar Julien Signoles
Browse files

[e-acsl] style

parent 775acbe2
No related branches found
No related tags found
No related merge requests found
......@@ -987,10 +987,10 @@ let typing_visitor lenv = object
method !vpredicate p =
(* Do not raise a warning for e-acsl errors at preprocessing time,
those errrors are stored in the table and warnings are raised at
translation time*)
let _ = try type_named_predicate ~lenv p
with Error.Not_yet _ | Error.Typing_error _ -> ()
in
translation time *)
ignore
(try type_named_predicate ~lenv p
with Error.Not_yet _ | Error.Typing_error _ -> ());
Cil.SkipChildren
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment