Skip to content

Commit

Permalink
fix: test Wnon-modular-include-in-framework-module in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Dec 17, 2024
1 parent cf3540f commit 747d99b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vendor/libwebp/include/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
#include <stddef.h> // for size_t

#ifndef _MSC_VER
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
#include <inttypes.h>
#pragma clang diagnostic pop
#if defined(__cplusplus) || !defined(__STRICT_ANSI__) || \
(defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L)
#define WEBP_INLINE inline
Expand Down

0 comments on commit 747d99b

Please sign in to comment.