Skip to content

Commit a2a9963

Browse files
authored
Merge pull request #814 from LPCIC/fix-warn
silence warnings about large numbers
2 parents 38ca357 + 53991e8 commit a2a9963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/shafile.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ let mk_ident =
22
String.map (function '.' | '/' | '-' -> '_' | c -> c)
33

44
let () =
5+
Printf.printf "Local Set Warnings \"-abstract-large-number\".\n";
56
Sys.argv |> Array.iter (fun file ->
67
Printf.printf "Definition %s := 0x%s.\n"
78
(mk_ident file) @@ Digest.to_hex @@ Digest.file file)

0 commit comments

Comments
 (0)