Skip to content

Commit f54875f

Browse files
committed
ignore warnings for packed code
1 parent 48dcf82 commit f54875f

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

jscomp/test/flow_parser_reg_test.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[@@@warning "-a"]
12
module Loc
23
= struct
34
#1 "loc.ml"

jscomp/test/ocaml_proto_test.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[@@@warning "-a"]
12
module
23
Pbpt
34
= struct

jscomp/test/ocaml_re_test.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[@@@bs.config{no_export}]
2+
[@@@warning "-a"]
23
let suites : Mt.pair_suites ref = ref []
34
let test_id = ref 0
45
let eq loc x y =

jscomp/test/parser_api.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[@@@warning "-a"]
12
module Config : sig
23
#1 "config.mli"
34
(***********************************************************************)

0 commit comments

Comments
 (0)