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

fbac9f
From 0e47961395eec78b1ee9f6ae48520f1d95d84fdf 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
fbac9f
Subject: [PATCH 01/20] 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
-- 
fbac9f
2.19.0.rc0
fbac9f