[all-commits] [llvm/llvm-project] 485e2d: [libc][nfc] Silence two warnings in tests

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jun 16 10:52:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 485e2de6d5a7d8fc2167e69c4486b1ebc673fc68
      https://github.com/llvm/llvm-project/commit/485e2de6d5a7d8fc2167e69c4486b1ebc673fc68
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

  Changed paths:
    M libc/test/UnitTest/RoundingModeUtils.cpp
    M libc/test/src/__support/uint_test.cpp

  Log Message:
  -----------
  [libc][nfc] Silence two warnings in tests

These currently give warnings for unused variables or a default case
where everything is covered.

Reviewed By: sivachandra

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




More information about the All-commits mailing list