fix compile fails with asan and -Wredundant-decls (#801 )
If compile with asan, unaligned_access.h redeclares the same sanitizer function with sanitizer/common_interface_defs.h. This patch removes these declarations and includes sanitizer header file to avoid this warning.pull/827/head
parent
e63a5a6104
commit
e493d6acb4
1 changed files with 1 additions and 11 deletions
Loading…
Reference in new issue