Skip to content

Commit

Permalink
Add no suitable function final message
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Sep 26, 2023
1 parent 5060978 commit a28a8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/constraints.ml
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ struct
in
let funs = List.filter_map one_function functions in
if [] = funs then begin
M.msg_final Warning ~category:Unsound ~tags:[Category Call] "No suitable function to call";
M.warn ~category:Unsound ~tags:[Category Call] "No suitable function to be called at call site. Continuing with state before call.";
d (* because LevelSliceLifter *)
end else
Expand Down

0 comments on commit a28a8ff

Please sign in to comment.