mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
ocaml: Enable warn-error on warning 52.
Since the previous commits have fixed all instances of this warning, it should now be safe to enable warn-error on it.
This commit is contained in:
@@ -158,7 +158,7 @@ AM_CONDITIONAL([HAVE_BYTES_COMPAT_ML],
|
||||
[test "x$OCAML_BYTES_COMPAT_ML" != "x"])
|
||||
|
||||
dnl Flags we want to pass to every OCaml compiler call.
|
||||
OCAML_WARN_ERROR="-warn-error CDEFLMPSUVYZX-3"
|
||||
OCAML_WARN_ERROR="-warn-error CDEFLMPSUVYZX+52-3"
|
||||
AC_SUBST([OCAML_WARN_ERROR])
|
||||
OCAML_FLAGS="-g -annot $safe_string_option"
|
||||
AC_SUBST([OCAML_FLAGS])
|
||||
|
||||
Reference in New Issue
Block a user