Skip to content
Snippets Groups Projects
Commit 97db8cab authored by Loïc Correnson's avatar Loïc Correnson
Browse files

Merge branch 'fix/wp/location' into 'master'

[wp] add location for warn msg

See merge request frama-c/frama-c!4602
parents deaff2a1 4c6971df
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,8 @@ let add_fun_task model pool ~kf ?infos ?bhvs ?target () =
end
let notyet prop =
Wp_parameters.warning ~once:true
let source = fst (Property.location prop) in
Wp_parameters.warning ~once:true ~source
"Not yet implemented wp for '%a'" Property.pretty prop
(* -------------------------------------------------------------------------- *)
......
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