aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShai Barack <shayba@google.com>2020-09-14 05:06:11 +0000
committerShai Barack <shayba@google.com>2020-09-14 05:06:15 +0000
commit5cb1b09ee5d1ffbe71d5de3867d2352aa8609745 (patch)
treef1de1dd9ab206c6634307c26df76dbf748b10198
parent1454ba84c0ac0c2fa683bba236548405b5c40f6a (diff)
downloaddevice_generic_goldfish-opengl-5cb1b09ee5d1ffbe71d5de3867d2352aa8609745.tar.gz
device_generic_goldfish-opengl-5cb1b09ee5d1ffbe71d5de3867d2352aa8609745.tar.bz2
device_generic_goldfish-opengl-5cb1b09ee5d1ffbe71d5de3867d2352aa8609745.zip
[build] Suppress -Wconversion warnings
Allows downstream projects that specify -Wconversion to build goldfish-opengl. Bug: fuchsia:58162 Change-Id: I73e5cf39e578c5b98ea4cbe27b81e845690228ea
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9941c5f9..76bf9047 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -116,6 +116,7 @@ shared_library("libvulkan_goldfish") {
"-Wno-unused-function",
"-Wno-unused-value",
"-Wno-unused-variable",
+ "-Wno-conversion",
]
ldflags = [ "-static-libstdc++" ]