Commit f487c0e
committed
[AST] Fix warnings
This patch fixes:
clang/lib/AST/ByteCode/InterpBuiltin.cpp:1827:21: error: unused
variable 'ASTCtx' [-Werror,-Wunused-variable]
clang/lib/AST/ByteCode/InterpBuiltin.cpp:2724:18: error: unused
variable 'Arg2Type' [-Werror,-Wunused-variable]
clang/lib/AST/ByteCode/InterpBuiltin.cpp:2725:18: error: unused
variable 'Arg3Type' [-Werror,-Wunused-variable]
clang/lib/AST/ByteCode/InterpBuiltin.cpp:2748:18: error: unused
variable 'ElemT' [-Werror,-Wunused-variable]1 parent a6da68e commit f487c0e
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1830 | 1830 | | |
1831 | 1831 | | |
1832 | 1832 | | |
| 1833 | + | |
1833 | 1834 | | |
1834 | 1835 | | |
1835 | 1836 | | |
| |||
2728 | 2729 | | |
2729 | 2730 | | |
2730 | 2731 | | |
| 2732 | + | |
| 2733 | + | |
2731 | 2734 | | |
2732 | 2735 | | |
2733 | 2736 | | |
| |||
2753 | 2756 | | |
2754 | 2757 | | |
2755 | 2758 | | |
| 2759 | + | |
2756 | 2760 | | |
2757 | 2761 | | |
2758 | 2762 | | |
| |||
0 commit comments