File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757#if __has_feature (coverage_sanitizer )
5858#define NO_SANITIZE_COVERAGE __attribute__((no_sanitize("coverage")))
5959#else // __has_feature(coverage_sanitizer)
60- #warning "compiler does not support 'coverage_sanitizer' feature"
61- #warning "it still may have instrumentation, but no way to exclude
62- #warning "certain functions found"
63- #warning "if you proceed, your coverage may be polluted or broken"
60+ /* #warning "compiler does not support 'coverage_sanitizer' feature" */
61+ /* #warning "it still may have instrumentation, but no way to exclude */
62+ /* #warning "certain functions found" */
63+ /* #warning "if you proceed, your coverage may be polluted or broken" */
6464#define NO_SANITIZE_COVERAGE
6565#endif // __has_feature(coverage_sanitizer)
6666
You can’t perform that action at this time.
0 commit comments