Blob Blame History Raw
From 290fabdd58155634e52adbfad8f017cc6d6092a0 Mon Sep 17 00:00:00 2001
From: Boris Ranto <branto@redhat.com>
Date: Mon, 22 Sep 2014 14:22:26 +0200
Subject: [PATCH] ceph_test_librbd_fsx no longer need -Wno-format, remove
 it

---
 src/test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index f527b96..718ab60 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -642,7 +642,7 @@ bin_DEBUGPROGRAMS += ceph_test_librbd
 if LINUX
 ceph_test_librbd_fsx_SOURCES = test/librbd/fsx.c
 ceph_test_librbd_fsx_LDADD = $(LIBRBD) $(LIBRADOS) -lm
-ceph_test_librbd_fsx_CFLAGS = ${AM_CFLAGS} -Wno-format
+ceph_test_librbd_fsx_CFLAGS = ${AM_CFLAGS}
 bin_DEBUGPROGRAMS += ceph_test_librbd_fsx
 endif
 
-- 
1.9.3