Skip to content

Commit

Permalink
disable warnings in stdlib All.v
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Dec 19, 2024
1 parent 7c3b3f3 commit 3fffbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/tools/gen_all.ml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

let from = "Stdlib"

let () = Printf.printf "Set Warnings \"-deprecated-library-file,-warn-library-file\".\n\n"
let () = Printf.printf "Set Warnings \"-deprecated-library-file,-warn-library-file,-notation-incompatible-prefix,-notation-overridden,-overwriting-delimiting-key\".\n\n"

let logical_concat prefix f =
let f = Filename.remove_extension f in
Expand Down

0 comments on commit 3fffbc0

Please sign in to comment.