diff options
author | Jan-Michael Brummer <jan.brummer@tabos.org> | 2020-01-07 13:51:41 +0100 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2020-01-07 18:26:55 +0000 |
commit | 1981b137db189862aca472269036ab3e6136f451 (patch) | |
tree | 4307ce2f53bedb9a1c38847382b58ed590f30b15 | |
parent | f84b5742a4e08e17db15852b1fcec4605fe85193 (diff) | |
download | epiphany-1981b137db189862aca472269036ab3e6136f451.tar.gz |
Update gvdb README.epiphany to include clang static analyzer changes
-rw-r--r-- | lib/contrib/gvdb/README.epiphany | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/contrib/gvdb/README.epiphany b/lib/contrib/gvdb/README.epiphany index bda8c72ac..32f36f50a 100644 --- a/lib/contrib/gvdb/README.epiphany +++ b/lib/contrib/gvdb/README.epiphany @@ -3,3 +3,6 @@ GVariant Database * Copied from https://git.gnome.org/browse/gvdb commit a6f0eadb51aae5351a0cfd6b9da3dcba6b134e1a * Removed G_GNUC_INTERNAL and GVDB_GNUC_WEAK * Fix -Wsign-compare + * Add clang ifdef guards (#ifndef __clang_analyzer__) around: + - file_builder_allocate_for_hash + - file_builder_add_hash |