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

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