We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7319176 commit 16f1bdbCopy full SHA for 16f1bdb
tests/src/integration/objects/retry_policy.cpp
@@ -18,5 +18,12 @@
18
19
using namespace test::driver;
20
21
+#if defined(__GNUC__) || defined(__INTEL_COMPILER)
22
+# pragma GCC diagnostic push
23
+# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
24
+#endif
25
DowngradingConsistencyRetryPolicy::DowngradingConsistencyRetryPolicy()
26
: RetryPolicy(cass_retry_policy_downgrading_consistency_new()) {}
27
28
+# pragma GCC diagnostic pop
29
0 commit comments