Commit a7f152f
committed
[Bitcode] Fix -Wunused-but-set-variable in BitcodeReader.cpp (NFC)
/llvm-project/llvm/lib/Bitcode/Reader/BitcodeReader.cpp:7795:16:
error: variable 'EntryCount' set but not used [-Werror,-Wunused-but-set-variable]
uint64_t EntryCount = 0;
^
1 error generated.1 parent 748ae69 commit a7f152f
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7792 | 7792 | | |
7793 | 7793 | | |
7794 | 7794 | | |
7795 | | - | |
7796 | 7795 | | |
7797 | 7796 | | |
7798 | 7797 | | |
| |||
7806 | 7805 | | |
7807 | 7806 | | |
7808 | 7807 | | |
7809 | | - | |
7810 | 7808 | | |
7811 | 7809 | | |
7812 | 7810 | | |
| |||
0 commit comments