[all-commits] [llvm/llvm-project] 95e5a9: [Bitcode] Get rid of compiler message (#113428)
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Wed Oct 23 08:40:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95e5a999ab8f2a8f163899c6ab445baf901c3c96
https://github.com/llvm/llvm-project/commit/95e5a999ab8f2a8f163899c6ab445baf901c3c96
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Log Message:
-----------
[Bitcode] Get rid of compiler message (#113428)
Insert explicit cast from an enumerator to unsigned int, because some
compilers issue a warning on signed vs unsigned comparison, see:
https://github.com/llvm/llvm-project/pull/110805#issuecomment-2411095723.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list