Commit ecdca7b
authored
Add new warning suppression for test_em_asm_c89 (#21583)
New versions of clang issue a new warning for this case:
error: passing no argument for the '...' parameter of a variadic macro is a C23 extension [-Werror,-Wc23-extensions]
Only -Wno-c32-extensions is needed on the new version, but for now use both to
work with older and newer clang versions.1 parent 86b6aff commit ecdca7b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11562 | 11562 | | |
11563 | 11563 | | |
11564 | 11564 | | |
11565 | | - | |
| 11565 | + | |
| 11566 | + | |
11566 | 11567 | | |
11567 | 11568 | | |
11568 | 11569 | | |
| |||
0 commit comments