mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Disable ABI warning about passing long double unions when using Bazel
PiperOrigin-RevId: 282349626 Change-Id: Ieb3df661f215450e750c586b2470047b1575c156
This commit is contained in:
parent
5c38f62ba7
commit
02912f8eff
|
@ -51,7 +51,10 @@ cc_library(
|
|||
cc_library(
|
||||
name = "statusor",
|
||||
hdrs = ["statusor.h"],
|
||||
copts = sapi_platform_copts(),
|
||||
copts = sapi_platform_copts([
|
||||
# Disable ABI warning about passing long double unions
|
||||
"-Wno-psabi",
|
||||
]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":raw_logging",
|
||||
|
|
Loading…
Reference in New Issue
Block a user