diff --git a/vendor/libwebp/include/types.h b/vendor/libwebp/include/types.h index a0363f1cd..a0273ea99 100644 --- a/vendor/libwebp/include/types.h +++ b/vendor/libwebp/include/types.h @@ -17,7 +17,9 @@ #include // for size_t #ifndef _MSC_VER +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" #include +#pragma clang diagnostic pop #if defined(__cplusplus) || !defined(__STRICT_ANSI__) || \ (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) #define WEBP_INLINE inline