mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
daemon: Enable warn-error in OCaml code.
This was accidentally disabled because I used the wrong
variable name.
Fixes commit d5b6f1df5f.
This commit is contained in:
@@ -324,7 +324,7 @@ OCAMLPACKAGES = \
|
||||
-I $(top_builddir)/common/mlpcre/.libs \
|
||||
-I $(top_builddir)/gnulib/lib/.libs
|
||||
|
||||
OCAMLFLAGS = $(OCAML_FLAGS) $(OCAML_WARN_FLAGS)
|
||||
OCAMLFLAGS = $(OCAML_FLAGS) $(OCAML_WARN_ERROR)
|
||||
|
||||
if !HAVE_OCAMLOPT
|
||||
OBJECTS = $(BOBJECTS)
|
||||
|
||||
Reference in New Issue
Block a user