mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
Add missing sanitizer interface include
This commit is contained in:
parent
97614920ef
commit
eb20bb3b23
@ -66,6 +66,7 @@
|
||||
|
||||
#if defined(__clang__) && defined(__has_feature)
|
||||
#if __has_feature(memory_sanitizer)
|
||||
#include <sanitizer/msan_interface.h>
|
||||
#define CV_ANNOTATE_MEMORY_IS_INITIALIZED(address, size) \
|
||||
__msan_unpoison(address, size)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user