From: Adam C. Emerson Date: Mon, 10 Apr 2017 21:02:13 +0000 (-0400) Subject: librados: Since a pragma push was removed, get rid of that pop X-Git-Tag: v12.0.2~94^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14439%2Fhead;p=ceph.git librados: Since a pragma push was removed, get rid of that pop Don't you think the plural of pragma should be pragmata? Signed-off-by: Adam C. Emerson --- diff --git a/src/test/librados/list.cc b/src/test/librados/list.cc index 6674e5bfe1c..50c61a43889 100644 --- a/src/test/librados/list.cc +++ b/src/test/librados/list.cc @@ -1243,6 +1243,3 @@ TEST_F(LibRadosListPP, EnumerateObjectsFilterPP) { } ASSERT_TRUE(foundit); } - -#pragma GCC diagnostic pop -#pragma GCC diagnostic warning "-Wpragmas"