Skip to content

Commit

Permalink
Adjusted warning/error flags in timedesc-tzlocal dune files
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Nov 28, 2023
1 parent 670aa21 commit 208cad0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion timedesc-tzlocal/js/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(library
(flags (-w "+a-4-9-29-37-40-42-44-48-50-32-30@8"))
(flags (-w "+a-4-9-29-37-40-42-44-48-50-70@8"))
(name timedesc_tzlocal_js)
(public_name timedesc-tzlocal-js)
(implements timedesc-tzlocal)
Expand Down
2 changes: 1 addition & 1 deletion timedesc-tzlocal/none/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(library
(flags (-w "+a-4-9-29-37-40-42-44-48-50-32-30@8"))
(flags (-w "+a-4-9-29-37-40-42-44-48-50-70@8"))
(name timedesc_tzlocal_none)
(public_name timedesc-tzlocal.none)
(implements timedesc_tzlocal)
Expand Down
2 changes: 1 addition & 1 deletion timedesc-tzlocal/unix-or-utc/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
)

(library
(flags (-w "+a-4-9-29-37-40-42-44-48-50-32-30@8"))
(flags (-w "+a-4-9-29-37-40-42-44-48-50-70@8"))
(name timedesc_tzlocal_unix_or_utc)
(public_name timedesc-tzlocal.unix-or-utc)
(implements timedesc_tzlocal)
Expand Down
2 changes: 1 addition & 1 deletion timedesc-tzlocal/unix/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(library
(flags (-w "+a-4-9-29-37-40-42-44-48-50-32-30@8"))
(flags (-w "+a-4-9-29-37-40-42-44-48-50-70@8"))
(name timedesc_tzlocal_unix)
(public_name timedesc-tzlocal.unix)
(implements timedesc_tzlocal)
Expand Down
2 changes: 1 addition & 1 deletion timedesc-tzlocal/utc/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(library
(flags (-w "+a-4-9-29-37-40-42-44-48-50-32-30@8"))
(flags (-w "+a-4-9-29-37-40-42-44-48-50-70@8"))
(name timedesc_tzlocal_utc)
(public_name timedesc-tzlocal.utc)
(implements timedesc_tzlocal)
Expand Down

0 comments on commit 208cad0

Please sign in to comment.