Commit ac83582
committed
[Serialization] Fix a warning
This patch fixes:
clang/lib/Serialization/ASTReader.cpp:11484:13: error: unused
variable '_' [-Werror,-Wunused-variable]1 parent 8101d18 commit ac83582
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11481 | 11481 | | |
11482 | 11482 | | |
11483 | 11483 | | |
11484 | | - | |
| 11484 | + | |
| 11485 | + | |
11485 | 11486 | | |
| 11487 | + | |
11486 | 11488 | | |
11487 | 11489 | | |
11488 | 11490 | | |
| |||
0 commit comments