Skip to content

Commit 510cdd1

Browse files
committed
luzer: comment-out warnings [FIXME]
1 parent 15ae1fe commit 510cdd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

luzer/macros.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
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

0 commit comments

Comments
 (0)