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:
Richard W.M. Jones
2017-10-12 10:31:08 +01:00
parent 18a6766124
commit fbc3ca4fe8

View File

@@ -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)