Commit aa0835f
committed
Suppress -Wincompatible-pointer-types on macOS
Apple Clang 17+ (Xcode 26 / macOS 26) treats
-Wincompatible-pointer-types as a hard error, which breaks
compilation of mini_racer_extension.c due to the unsigned long
vs uint64_t mismatch in the bigint serialization code.
Add -Wno-incompatible-pointer-types to CFLAGS on Darwin as a
workaround until the type mismatch is properly fixed in the
extension source.
Ref: #359
Ref: #3611 parent 7cfa8fd commit aa0835f
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
0 commit comments