Mike Klein | 475c5e9 | 2018-08-08 10:23:17 -0400 | [diff] [blame] | 1 | #if 0 |
| 2 | |
Mike Klein | d26b3e2 | 2020-07-24 12:16:50 -0500 | [diff] [blame] | 3 | # This file must be a no-op C #include header, and a valid *SAN compile-time suppression file. |
| 4 | # Luckily, anything starting with # is a comment to *SAN compile-time suppression files, |
Mike Klein | 475c5e9 | 2018-08-08 10:23:17 -0400 | [diff] [blame] | 5 | # and anything inside #if 0 is ignored by C. Yippee! |
| 6 | # |
| 7 | # If you want to type '*', type '.*' instead. Don't make C comments! |
| 8 | |
| 9 | # libpng and zlib both dereference under-aligned pointers. |
| 10 | # TODO: it'd be nice to tag these as [alignment] only but our Mac toolchain can't yet. |
| 11 | # [alignment] |
| 12 | src:.*third_party/externals/libpng/intel/filter_sse2_intrinsics.c |
| 13 | src:.*third_party/externals/zlib/deflate.c |
| 14 | |
| 15 | #endif |