From: Richard W.M. Jones Date: Sat, 2 Aug 2014 16:37:21 +0000 (+0100) Subject: Disable warning about immutable strings (for OCaml 4.02). X-Git-Tag: v1.0.9~21 X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=commitdiff_plain;h=0e47961395eec78b1ee9f6ae48520f1d95d84fdf Disable warning about immutable strings (for OCaml 4.02). --- diff --git a/Makefile.in b/Makefile.in index 32e0b66..b310e58 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # virt-top -# Copyright (C) 2007-2009 Red Hat Inc., Richard W.M. Jones +# Copyright (C) 2007-2014 Red Hat Inc., Richard W.M. Jones # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in index 5aa0c35..98e6647 100755 --- a/virt-top/Makefile.in +++ b/virt-top/Makefile.in @@ -1,5 +1,5 @@ # virt-top -# Copyright (C) 2007-2009 Red Hat Inc., Richard W.M. Jones +# Copyright (C) 2007-2014 Red Hat Inc., Richard W.M. Jones # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -64,11 +64,11 @@ OBJS += virt_top_main.cmo XOBJS := $(OBJS:.cmo=.cmx) -OCAMLCFLAGS := -g -warn-error A +OCAMLCFLAGS := -g -warn-error A-3 OCAMLCLIBS := -linkpkg OCAMLOPTPACKAGES := $(OCAMLCPACKAGES) -OCAMLOPTFLAGS := -warn-error A +OCAMLOPTFLAGS := -warn-error A-3 OCAMLOPTLIBS := $(OCAMLCLIBS) BYTE_TARGETS := virt-top