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.
Showing
Please
register
or
sign in
to comment