From f18f52410032899925ef6786d1045f08f921a5e4 Mon Sep 17 00:00:00 2001 From: Sandboxed API Team Date: Wed, 22 Apr 2020 12:23:17 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 307871367 Change-Id: Iefae576ae58b88a72f0cd923b3e76ce560af6e58 --- sandboxed_api/util/BUILD.bazel | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sandboxed_api/util/BUILD.bazel b/sandboxed_api/util/BUILD.bazel index 805afb6..0c898dd 100644 --- a/sandboxed_api/util/BUILD.bazel +++ b/sandboxed_api/util/BUILD.bazel @@ -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",