Go to file
Gulfem Savrun Yeniceri 4101822bb8 [build] Suppress -Wunused-but-set-var in expat
This patch suppresses -Wunused-but-set-variable warning in
expat third party code that does not comply with.

The code that causes the issues is as the following:
third_party/expat/expat/lib/xmlparse.c:709:7: error: variable
'gettimeofday_res' set but not used

Bug: 77973
Change-Id: I8783ca2bd92996bd8d923fa00e28c9e5e3f88610
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/expat/+/550882
Reviewed-by: Tamir Duberstein <tamird@google.com>
2021-07-01 23:34:47 +00:00
expat Move release date to 2016-06-21 2016-06-21 14:58:38 +02:00
htdocs Move release date to 2016-06-21 2016-06-21 14:58:38 +02:00
testdata wrapped some long lines 2003-09-12 03:52:18 +00:00
.gitignore Added Visual Studio 2013 solution/project files. Will also work in Visual Studio 2015 if VS 2013 is installed. Otherwise, open a "Visual Studio 2015 Developer Command Prompt" and execute "devenv.exe /upgrade expat.sln" in the expat directory to upgrade the main solution and project files (Tests have their own solutions). 2016-06-17 14:34:46 -04:00
BUILD.gn [build] Suppress -Wunused-but-set-var in expat 2021-07-01 23:34:47 +00:00
README.fuchsia Update README.fuchsia 2018-05-16 09:23:43 -07:00

Name: expat
URL: https://libexpat.github.io/
License: MIT
License File: expat/COPYING
Upstream Git: https://github.com/libexpat/libexpat
Description:

A stream-oriented XML parser library.