[all-commits] [llvm/llvm-project] aa8f5e: [mlir] Fix -Wunused-variable in TransformInterface...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Mon Sep 25 06:56:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa8f5e6156821aec1fed595f2e13d69655ec3311
      https://github.com/llvm/llvm-project/commit/aa8f5e6156821aec1fed595f2e13d69655ec3311
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h

  Log Message:
  -----------
  [mlir] Fix -Wunused-variable in TransformInterfaces.h (NFC)

/llvm-project/mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h:235:12: error: unused variable 'sameTimestamp' [-Werror,-Wunused-variable]
      bool sameTimestamp =
           ^
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h:260:12: error: unused variable 'sameTimestamp' [-Werror,-Wunused-variable]
      bool sameTimestamp =
           ^
2 errors generated.




More information about the All-commits mailing list