From 208cad0b8fca9ddddee138cb798b74ae7ac73ba4 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Tue, 28 Nov 2023 21:16:33 +1100 Subject: [PATCH] Adjusted warning/error flags in timedesc-tzlocal dune files --- timedesc-tzlocal/js/dune | 2 +- timedesc-tzlocal/none/dune | 2 +- timedesc-tzlocal/unix-or-utc/dune | 2 +- timedesc-tzlocal/unix/dune | 2 +- timedesc-tzlocal/utc/dune | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/timedesc-tzlocal/js/dune b/timedesc-tzlocal/js/dune index cfb8a752..43843e30 100644 --- a/timedesc-tzlocal/js/dune +++ b/timedesc-tzlocal/js/dune @@ -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) diff --git a/timedesc-tzlocal/none/dune b/timedesc-tzlocal/none/dune index 2be79fe2..f0f15422 100644 --- a/timedesc-tzlocal/none/dune +++ b/timedesc-tzlocal/none/dune @@ -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) diff --git a/timedesc-tzlocal/unix-or-utc/dune b/timedesc-tzlocal/unix-or-utc/dune index 2c23b031..36a86e66 100644 --- a/timedesc-tzlocal/unix-or-utc/dune +++ b/timedesc-tzlocal/unix-or-utc/dune @@ -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) diff --git a/timedesc-tzlocal/unix/dune b/timedesc-tzlocal/unix/dune index c68d7d4f..5c076fc6 100644 --- a/timedesc-tzlocal/unix/dune +++ b/timedesc-tzlocal/unix/dune @@ -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) diff --git a/timedesc-tzlocal/utc/dune b/timedesc-tzlocal/utc/dune index a719b4fb..ef9b486e 100644 --- a/timedesc-tzlocal/utc/dune +++ b/timedesc-tzlocal/utc/dune @@ -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)