Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Jan 11, 2024
1 parent 172b0ef commit 3f7874a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invgen/invGen.ml
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ module Make (Graph : GraphSig) : Out = struct


(** Invariant generation entry point. *)
let main max_depth top_only modular two_state input_sys aparam sys =
let main max_depth top_only _modular two_state input_sys aparam sys =
try (

(* Format.printf "Starting (%b)@.@." two_state ; *)
Expand Down

0 comments on commit 3f7874a

Please sign in to comment.