From 647cdfb425effed5e0288424be3987344edde4c9 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sun, 21 Jun 2015 18:33:16 +0200 Subject: [PATCH] Core/Misc: Update helgrind suppressions (cherry picked from commit 6a303caffd6930bf20e15668229a45a77d38f348) --- contrib/valgrind/helgrind.supp | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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 +}