Blame SOURCES/0002-ceph_test_librbd_fsx-no-longer-need-Wno-format-remov.patch

4b13ad
From 290fabdd58155634e52adbfad8f017cc6d6092a0 Mon Sep 17 00:00:00 2001
4b13ad
From: Boris Ranto <branto@redhat.com>
4b13ad
Date: Mon, 22 Sep 2014 14:22:26 +0200
4b13ad
Subject: [PATCH] ceph_test_librbd_fsx no longer need -Wno-format, remove
4b13ad
 it
4b13ad
4b13ad
---
4b13ad
 src/test/Makefile.am | 2 +-
4b13ad
 1 file changed, 1 insertion(+), 1 deletion(-)
4b13ad
4b13ad
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
4b13ad
index f527b96..718ab60 100644
4b13ad
--- a/src/test/Makefile.am
4b13ad
+++ b/src/test/Makefile.am
4b13ad
@@ -642,7 +642,7 @@ bin_DEBUGPROGRAMS += ceph_test_librbd
4b13ad
 if LINUX
4b13ad
 ceph_test_librbd_fsx_SOURCES = test/librbd/fsx.c
4b13ad
 ceph_test_librbd_fsx_LDADD = $(LIBRBD) $(LIBRADOS) -lm
4b13ad
-ceph_test_librbd_fsx_CFLAGS = ${AM_CFLAGS} -Wno-format
4b13ad
+ceph_test_librbd_fsx_CFLAGS = ${AM_CFLAGS}
4b13ad
 bin_DEBUGPROGRAMS += ceph_test_librbd_fsx
4b13ad
 endif
4b13ad
 
4b13ad
-- 
4b13ad
1.9.3
4b13ad