Disable warning about immutable strings (for OCaml 4.02).
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 2 Aug 2014 16:37:21 +0000 (17:37 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 2 Aug 2014 16:37:21 +0000 (17:37 +0100)
Makefile.in
virt-top/Makefile.in

index 32e0b66..b310e58 100644 (file)
@@ -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
index 5aa0c35..98e6647 100755 (executable)
@@ -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