[all-commits] [llvm/llvm-project] 83afcb: [mlir] Fix -Wunused-variable in DebugTranslation.c...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Fri Mar 15 16:24:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 83afcbf5f39b9766fd4e5c7d577e308d71f9edc1
      https://github.com/llvm/llvm-project/commit/83afcbf5f39b9766fd4e5c7d577e308d71f9edc1
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2024-03-16 (Sat, 16 Mar 2024)

  Changed paths:
    M mlir/lib/Target/LLVMIR/DebugTranslation.cpp

  Log Message:
  -----------
  [mlir] Fix -Wunused-variable in DebugTranslation.cpp (NFC)

llvm-project/mlir/lib/Target/LLVMIR/DebugTranslation.cpp:226:10:
error: unused variable '[iter, inserted]' [-Werror,-Wunused-variable]
    auto [iter, inserted] =
         ^
1 error generated.



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