From 6702716292058a507ff41df2880cc12154accced Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Wed, 8 Feb 2017 13:19:01 +0530 Subject: build: fix minor warnings mostly uninitialized use of variables. check return values from function calls. Signed-off-by: Prasanna Kumar Kalever --- gluster-block.spec.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'gluster-block.spec.in') diff --git a/gluster-block.spec.in b/gluster-block.spec.in index c0a2ea9..c634d29 100644 --- a/gluster-block.spec.in +++ b/gluster-block.spec.in @@ -37,6 +37,4 @@ rm -rf ${RPM_BUILD_ROOT} %files %{_sbindir}/gluster-block %{_sbindir}/gluster-blockd -%if ( 0%{?_with_systemd:1} ) %{_unitdir}/gluster-blockd.service -%endif -- cgit