[all-commits] [llvm/llvm-project] 86320e: [mlir] Fix warnings

Kazu Hirata via All-commits all-commits at lists.llvm.org
Thu Jul 10 07:59:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 86320e0a8f2d88877775ca685ae3d70ac954faf3
      https://github.com/llvm/llvm-project/commit/86320e0a8f2d88877775ca685ae3d70ac954faf3
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-07-10 (Thu, 10 Jul 2025)

  Changed paths:
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp

  Log Message:
  -----------
  [mlir] Fix warnings

This patch fixes:

  mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp:3047:16: error: unused
  variable 'ctx' [-Werror,-Wunused-variable]

  mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp:3171:16: error: unused
  variable 'ctx' [-Werror,-Wunused-variable]



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