Blame SOURCES/0001-Disable-warning-about-immutable-strings-for-OCaml-4..patch

985088
From 0e47961395eec78b1ee9f6ae48520f1d95d84fdf Mon Sep 17 00:00:00 2001
985088
From: "Richard W.M. Jones" <rjones@redhat.com>
985088
Date: Sat, 2 Aug 2014 17:37:21 +0100
985088
Subject: [PATCH 01/17] Disable warning about immutable strings (for OCaml
985088
 4.02).
985088
985088
---
985088
 Makefile.in          | 2 +-
985088
 virt-top/Makefile.in | 6 +++---
985088
 2 files changed, 4 insertions(+), 4 deletions(-)
985088
985088
diff --git a/Makefile.in b/Makefile.in
985088
index 32e0b66..b310e58 100644
985088
--- a/Makefile.in
985088
+++ b/Makefile.in
985088
@@ -1,5 +1,5 @@
985088
 # virt-top
985088
-# Copyright (C) 2007-2009 Red Hat Inc., Richard W.M. Jones
985088
+# Copyright (C) 2007-2014 Red Hat Inc., Richard W.M. Jones
985088
 #
985088
 # This library is free software; you can redistribute it and/or
985088
 # modify it under the terms of the GNU Lesser General Public
985088
diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in
985088
index 5aa0c35..98e6647 100755
985088
--- a/virt-top/Makefile.in
985088
+++ b/virt-top/Makefile.in
985088
@@ -1,5 +1,5 @@
985088
 # virt-top
985088
-# Copyright (C) 2007-2009 Red Hat Inc., Richard W.M. Jones
985088
+# Copyright (C) 2007-2014 Red Hat Inc., Richard W.M. Jones
985088
 #
985088
 # This program is free software; you can redistribute it and/or modify
985088
 # it under the terms of the GNU General Public License as published by
985088
@@ -64,11 +64,11 @@ OBJS		+= virt_top_main.cmo
985088
 
985088
 XOBJS		:= $(OBJS:.cmo=.cmx)
985088
 
985088
-OCAMLCFLAGS	:= -g -warn-error A
985088
+OCAMLCFLAGS	:= -g -warn-error A-3
985088
 OCAMLCLIBS	:= -linkpkg
985088
 
985088
 OCAMLOPTPACKAGES := $(OCAMLCPACKAGES)
985088
-OCAMLOPTFLAGS	:= -warn-error A
985088
+OCAMLOPTFLAGS	:= -warn-error A-3
985088
 OCAMLOPTLIBS	:= $(OCAMLCLIBS)
985088
 
985088
 BYTE_TARGETS	:= virt-top
985088
-- 
985088
2.9.3
985088