[all-commits] [llvm/llvm-project] bbbb17: [mlir] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon Apr 28 22:19:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbbb178a35265a11d2e595233f17d4103135764a
https://github.com/llvm/llvm-project/commit/bbbb178a35265a11d2e595233f17d4103135764a
Author: Kazu Hirata <kazu at google.com>
Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths:
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp:2905:17: error: unused
variable 'var' [-Werror,-Wunused-variable]
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp:2908:42: error: unused
variable 'dataClauseOptional' [-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