]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
unittest_[ceph_]crypto: fix warnings 7608/head
authorSage Weil <sage@redhat.com>
Thu, 11 Feb 2016 13:52:57 +0000 (08:52 -0500)
committerSage Weil <sage@redhat.com>
Thu, 11 Feb 2016 13:53:26 +0000 (08:53 -0500)
commit0da0eda7835ac48b6792b01384df33ee700a364d
tree255884da4c94ec7baeb193faddd12eb875bb6029
parentfd85a9b576043fcc2be3b1475b5e0cc8ee79d878
unittest_[ceph_]crypto: fix warnings

test/crypto.cc:20:31: warning: ‘crypto_env’ defined but not used [-Wunused-variable]
 ::testing::Environment* const crypto_env = ::testing::AddGlobalTestEnvironment(n
                               ^
test/ceph_crypto.cc:12:31: warning: ‘crypto_env’ defined but not used [-Wunused-variable]
 ::testing::Environment* const crypto_env = ::testing::AddGlobalTestEnvironment(n
                               ^

Signed-off-by: Sage Weil <sage@redhat.com>
src/test/ceph_crypto.cc
src/test/crypto.cc