[all-commits] [llvm/llvm-project] 8a0ff1: [libc] Fix type warning on gcc in float to str (#7...
michaelrj-google via All-commits
all-commits at lists.llvm.org
Thu Jan 25 10:39:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a0ff194e3f9441d35c87d565e093335371a9578
https://github.com/llvm/llvm-project/commit/8a0ff194e3f9441d35c87d565e093335371a9578
Author: michaelrj-google <71531609+michaelrj-google at users.noreply.github.com>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M libc/src/__support/float_to_string.h
Log Message:
-----------
[libc] Fix type warning on gcc in float to str (#79482)
Minor cast warning that was missed in previous patch. Fixed with
explicit cast.
More information about the All-commits
mailing list