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

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