diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2019-01-10 22:43:59 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2019-01-22 22:30:37 +0000 |
| commit | 00c66dfd3b531c63e6e5ec99fe94a7ceedc89173 (patch) | |
| tree | ffa9c8adba0b06ff229c7755ea2ea71ce0f9e379 /libgit2_clar.supp | |
| parent | fcc7dcb1762bbc01ef0088b4cc866ca712622e3a (diff) | |
| download | libgit2-00c66dfd3b531c63e6e5ec99fe94a7ceedc89173.tar.gz | |
errors: update static analysis tools for giterr
Update GITERR and giterr usages in the static code analysis tools to use
the new names.
Diffstat (limited to 'libgit2_clar.supp')
| -rw-r--r-- | libgit2_clar.supp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgit2_clar.supp b/libgit2_clar.supp index abd111790..b74791974 100644 --- a/libgit2_clar.supp +++ b/libgit2_clar.supp @@ -5,10 +5,10 @@ } { - ignore-giterr-set-leak + ignore-giterror-set-leak Memcheck:Leak ... - fun:giterr_set + fun:giterror_set } { |
