[all-commits] [llvm/llvm-project] 3654b9: Fixed Windows build warnings (#68978)
Nikita Kudriavtsev via All-commits
all-commits at lists.llvm.org
Mon Oct 23 10:12:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3654b93d57db060377b4858ff0bac6a5836d097c
https://github.com/llvm/llvm-project/commit/3654b93d57db060377b4858ff0bac6a5836d097c
Author: Nikita Kudriavtsev <nikita.kudriavtsev at intel.com>
Date: 2023-10-23 (Mon, 23 Oct 2023)
Changed paths:
M llvm/include/llvm/Support/MathExtras.h
Log Message:
-----------
Fixed Windows build warnings (#68978)
Fixed a warning encountered during Windows compilation:
- narrowing conversion size_t -> int32_t
- unary minus operator applied to unsigned type, result still unsigned
More information about the All-commits
mailing list