Commit 3a2b57b
committed
[Bitcode] Get rid of compiler message
Insert explicit cast from an enumerator to unsigned int, because
some compilers issue a warning on signed vs unsigned comparison,
see: llvm#110805 (comment).1 parent 0cb80c4 commit 3a2b57b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
801 | | - | |
| 801 | + | |
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
| |||
0 commit comments