[all-commits] [llvm/llvm-project] 7ef33e: [libc] Fix recently introduced integer-type warnin...
Simon Tatham via All-commits
all-commits at lists.llvm.org
Thu Feb 6 01:15:21 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ef33e609c45515de9db1b5222fe6e05edd76c94
https://github.com/llvm/llvm-project/commit/7ef33e609c45515de9db1b5222fe6e05edd76c94
Author: Simon Tatham <simon.tatham at arm.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M libc/src/__support/FPUtil/dyadic_float.h
M libc/src/__support/integer_to_string.h
M libc/src/stdio/printf_core/float_dec_converter_limited.h
Log Message:
-----------
[libc] Fix recently introduced integer-type warnings (#125864)
These warnings all come up in code modified by one of my two recent
commits c06d0ff806b72b1 and b53da77c505a2d3, and all relate to implicit
integer type conversion. In a build of ours with strict compile options
two of them became errors. Even without that problem, it's worth fixing
them to reduce noise that might hide a more serious warning.
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