]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librados: Since a pragma push was removed, get rid of that pop 14439/head
authorAdam C. Emerson <aemerson@redhat.com>
Mon, 10 Apr 2017 21:02:13 +0000 (17:02 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 11 Apr 2017 01:57:14 +0000 (21:57 -0400)
Don't you think the plural of pragma should be pragmata?

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/test/librados/list.cc

index 6674e5bfe1cd4bda3b015424bf31ef1d5184f5ae..50c61a43889b9c1a4b9a58289495145df84702dd 100644 (file)
@@ -1243,6 +1243,3 @@ TEST_F(LibRadosListPP, EnumerateObjectsFilterPP) {
   }
   ASSERT_TRUE(foundit);
 }
-
-#pragma GCC diagnostic pop
-#pragma GCC diagnostic warning "-Wpragmas"