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

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