From: Sage Weil Date: Fri, 4 Sep 2015 14:32:50 +0000 (-0400) Subject: build-ceph-cmake.sh: fix warnings X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=88b23b56e2574817d4fef006be8352bba646cc90;p=autobuild-ceph.git build-ceph-cmake.sh: fix warnings Signed-off-by: Sage Weil --- diff --git a/build-ceph-cmake.sh b/build-ceph-cmake.sh index a7f4f1b..83f72ae 100755 --- a/build-ceph-cmake.sh +++ b/build-ceph-cmake.sh @@ -21,6 +21,7 @@ git clean -fdx echo --START-IGNORE-WARNINGS [ ! -x install-deps.sh ] || ./install-deps.sh +echo --STOP-IGNORE-WARNINGS mkdir build cd build