commit | 0261fe81de4b2c0c04964302da1b5e3fff2fc881 | [log] [tgz] |
---|---|---|
author | Shai Barack <shayba@google.com> | Thu Sep 10 15:14:45 2020 -0700 |
committer | Shai Barack <shayba@google.com> | Thu Sep 10 22:26:15 2020 +0000 |
tree | c29ec070c268e859bea8b7814573da996721af30 | |
parent | 66a4adc042f17bd113d3d940bcff46ec17c15f61 [diff] |
[Wconversion] Suppress warnings Bug: 56258 Bug: 58162 Change-Id: I9a4080818876d2db7a69ae6283e1517550e2f565 Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/expat/+/425959 Reviewed-by: Petr Hosek <phosek@google.com>
diff --git a/BUILD.gn b/BUILD.gn index 81e102e..d192d6c 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -12,9 +12,7 @@ source_set("expat") { public_configs = [ ":expat_config" ] - public = [ - "expat/lib/expat.h", - ] + public = [ "expat/lib/expat.h" ] sources = [ "expat/lib/amigaconfig.h", "expat/lib/ascii.h", @@ -37,4 +35,5 @@ "expat/lib/xmltok_impl.h", "expat/lib/xmltok_ns.c", ] + cflags = [ "-Wno-conversion" ] }