Commit 321175b
committed
Third-party: Disable -Werror for flatcc build
Apple Clang 21 (Xcode 26) elevates -Wimplicit-int-conversion-on-negation
and -Wunterminated-string-initialization to errors, which breaks the
vendored flatcc build at pprintint.h and grisu3_print.h. The warnings
are benign and the fix belongs upstream in dvidelabs/flatcc; disable
-Werror locally via FLATCC_ALLOW_WERROR=OFF for both the flatcc_ep
external project (host compiler) and the in-tree flatccrt runtime lib.
Authored with Claude.1 parent e6efe18 commit 321175b
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
0 commit comments