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 <aemerson@redhat.com>
This commit is contained in:
Adam C. Emerson 2017-04-10 17:02:13 -04:00
parent 8be4b9712e
commit ef94464f75

View File

@ -1243,6 +1243,3 @@ TEST_F(LibRadosListPP, EnumerateObjectsFilterPP) {
}
ASSERT_TRUE(foundit);
}
#pragma GCC diagnostic pop
#pragma GCC diagnostic warning "-Wpragmas"