diff options
author | jackpoz <giacomopoz@gmail.com> | 2015-06-21 18:33:16 +0200 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2015-06-26 03:30:37 +0100 |
commit | 647cdfb425effed5e0288424be3987344edde4c9 (patch) | |
tree | a74c28c5e1d8ee94ce6a21af2631278d33b0eb76 | |
parent | c0f56fbfd87172eec5073729f98b42434c8364a2 (diff) |
Core/Misc: Update helgrind suppressions
(cherry picked from commit 6a303caffd6930bf20e15668229a45a77d38f348)
-rw-r--r-- | contrib/valgrind/helgrind.supp | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/contrib/valgrind/helgrind.supp b/contrib/valgrind/helgrind.supp index 582b25bbb10..fca5d82c2aa 100644 --- a/contrib/valgrind/helgrind.supp +++ b/contrib/valgrind/helgrind.supp @@ -105,3 +105,32 @@ fun:_IO_file_xsputn@@GLIBC_2.2.5 fun:fwrite } +{ + [4] integer assignments + Helgrind:Race + fun:_ZN3Log14LoadFromConfigEv + fun:_ZN5World18LoadConfigSettingsEb +} +{ + [4] integer assignments + Helgrind:Race + fun:_ZN3Log22CreateLoggerFromConfigERKSs + fun:_ZN3Log21ReadLoggersFromConfigEv + fun:_ZN3Log14LoadFromConfigEv + fun:_ZN5World18LoadConfigSettingsEb +} +{ + [4] integer assignments + Helgrind:Race + fun:_ZN5World18LoadConfigSettingsEb +} +{ + [4] integer assignments + Helgrind:Race + fun:_ZNK5World12getIntConfigE15WorldIntConfigs +} +{ + [4] integer assignments + Helgrind:Race + fun:_ZNK3Log9ShouldLogERKSs8LogLevel +} |