Skip to content
Snippets Groups Projects
Commit 71ee7c80 authored by Allan Blanchard's avatar Allan Blanchard Committed by Virgile Prevosto
Browse files

Follows a change in Frama-C

parent 19f87ce6
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,9 @@ let init_cxx_normalization () =
if not (Kernel.RemoveExn.is_set ()) then Kernel.RemoveExn.on ();
Convert_link.register_transformation ();
(* Current implementation of VMT is not compatible with this warning. *)
Kernel.set_warn_status Kernel.wkey_incompatible_types_call Log.Winactive
Kernel.set_warn_status Kernel.wkey_incompatible_types_call Log.Winactive ;
(* C++ allows this *)
Cil.set_acceptEmptyCompinfo ()
end
let parse_cxx file =
......
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