unaligned_access.h
4.46 KB
-
fix compile fails with asan and -Wredundant-decls (#801) · e493d6ac
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.
hellowangsai committed