]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
build-ceph-cmake.sh: fix warnings
authorSage Weil <sage@redhat.com>
Fri, 4 Sep 2015 14:32:50 +0000 (10:32 -0400)
committerSage Weil <sage@redhat.com>
Fri, 4 Sep 2015 14:32:50 +0000 (10:32 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
build-ceph-cmake.sh

index a7f4f1b68c56c27d017f2dfab639c54e369af7b4..83f72aeb165231c2a5a3a9b8129dccd96d832e9d 100755 (executable)
@@ -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