Commit 68e3568
committed
[CI] Temporarily suppress memset/memcpy errors for cppcheck
Cppcheck is reporting errors in src/stats/stats_reader.cpp::
- Using 'memset' on struct that contains a 'std::atomic'
- Using 'memcpy' on struct that contains a 'std::bitset'
We agreed to temporarily suppress such errors and that these
errors will be addressed in a different Redmine task: 4432169
Signed-off-by: Viacheslav Login <[email protected]>1 parent db99eda commit 68e3568
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments