We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d4ae0 commit 0f15c2aCopy full SHA for 0f15c2a
ChangeLog.md
@@ -403,7 +403,7 @@ See docs/process.md for more on how version tagging works.
403
helps wasm builds since wasm traps on such type mismatches in indirect calls.
404
We recommend that users enable it to prevent such errors (which can be hard to
405
debug otherwise). The older (less strict) behavior is also still possible with
406
- `-Wcast-function-type -Wno-cast-funtion-type-strict` (or
+ `-Wcast-function-type -Wno-cast-function-type-strict` (or
407
`-Wno-error=cast-function-type-strict` if you want the warnings to be visible
408
but not errors). See https://reviews.llvm.org/D134831
409
- libcxx and libcxxabi updated to LLVM 15. (#18113)
0 commit comments