Skip to content

Commit f33848b

Browse files
authored
chore: squelch additional deprecated warnings (#15985)
1 parent 49d1dcf commit f33848b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/bigtable/test_proxy/cbt_test_proxy.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
#include "google/cloud/internal/disable_deprecation_warnings.inc"
1516
#include "google/cloud/bigtable/test_proxy/cbt_test_proxy.h"
1617
#include "google/cloud/bigtable/cell.h"
1718
#include "google/cloud/bigtable/client.h"
@@ -455,3 +456,4 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
455456
} // namespace bigtable
456457
} // namespace cloud
457458
} // namespace google
459+
#include "google/cloud/internal/diagnostics_pop.inc"

google/cloud/spanner/transaction_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
#include "google/cloud/internal/disable_deprecation_warnings.inc"
1516
#include "google/cloud/spanner/transaction.h"
1617
#include "google/cloud/spanner/internal/session.h"
1718
#include "google/cloud/spanner/options.h"
@@ -262,3 +263,4 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
262263
} // namespace spanner
263264
} // namespace cloud
264265
} // namespace google
266+
#include "google/cloud/internal/diagnostics_pop.inc"

0 commit comments

Comments
 (0)