Internal change.

PiperOrigin-RevId: 307871367
Change-Id: Iefae576ae58b88a72f0cd923b3e76ce560af6e58
pull/38/head
Sandboxed API Team 2020-04-22 12:23:17 -07:00 committed by Copybara-Service
parent 9b85dc49c1
commit f18f524100
1 changed files with 1 additions and 4 deletions

View File

@ -45,10 +45,7 @@ cc_library(
cc_library(
name = "statusor",
hdrs = ["statusor.h"],
copts = sapi_platform_copts([
# Disable ABI warning about passing long double unions
"-Wno-psabi",
]),
copts = sapi_platform_copts(),
visibility = ["//visibility:public"],
deps = [
":raw_logging",