[all-commits] [llvm/llvm-project] dbd38b: [libc] Add missing cast in x86 big_endian_cmp_mask

Roland McGrath via All-commits all-commits at lists.llvm.org
Fri Jun 30 14:16:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbd38b121920d82cc9b6464f7d8b5b5b4d8c8698
      https://github.com/llvm/llvm-project/commit/dbd38b121920d82cc9b6464f7d8b5b5b4d8c8698
  Author: Roland McGrath <mcgrathr at google.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M libc/src/string/memory_utils/op_x86.h

  Log Message:
  -----------
  [libc] Add missing cast in x86 big_endian_cmp_mask

Implicit narrowing conversions from int to uint16_t
get a compiler warning with the warning settings used
in the Fuchsia build.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D154256




More information about the All-commits mailing list