[all-commits] [llvm/llvm-project] 60af83: [libc] Fix implicit cast warning in strftime (#127...

Michael Jones via All-commits all-commits at lists.llvm.org
Fri Feb 14 16:06:23 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60af83506a3aa379c59e0f9793ce7815d726aee1
      https://github.com/llvm/llvm-project/commit/60af83506a3aa379c59e0f9793ce7815d726aee1
  Author: Michael Jones <michaelrj at google.com>
  Date:   2025-02-14 (Fri, 14 Feb 2025)

  Changed paths:
    M libc/src/time/strftime_core/composite_converter.h

  Log Message:
  -----------
  [libc] Fix implicit cast warning in strftime (#127282)

Forgot to change a size_t to an int, which caused warnings on gcc but
not clang for some reason. Regardless, this patch fixes the issue.



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