X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/5f1254882f242514d4ceaf1ecebb140dcc2a511d..refs/heads/master:/regex/TRE/lib/tre-compile.c diff --git a/regex/TRE/lib/tre-compile.c b/regex/TRE/lib/tre-compile.c index f8741a0..8d7a453 100644 --- a/regex/TRE/lib/tre-compile.c +++ b/regex/TRE/lib/tre-compile.c @@ -31,6 +31,9 @@ #include "tre-last-matched.h" #include "xmalloc.h" +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunreachable-code" + /* The bit_ffs() macro in bitstring.h is flawed. Replace it with a working one. */ @@ -3475,5 +3478,5 @@ tre_config(int query, void *result) } #endif /* !__LIBC__ */ - +#pragma clang diagnostic push /* EOF */