[all-commits] [llvm/llvm-project] 303d14: [MLIR] NFC. Fix unused context warning from Parser.h

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Thu Nov 17 02:35:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 303d14f33de09b38ffb00711de36e2c3b9023039
      https://github.com/llvm/llvm-project/commit/303d14f33de09b38ffb00711de36e2c3b9023039
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2022-11-17 (Thu, 17 Nov 2022)

  Changed paths:
    M mlir/include/mlir/Parser/Parser.h

  Log Message:
  -----------
  [MLIR] NFC. Fix unused context warning from Parser.h

NFC. Fix unused context warning from Parser.h.

```
..include/mlir/Parser/Parser.h:39:38: warning: parameter ‘context’ set but not used [-Wunused-but-set-parameter]
   39 |     Block *parsedBlock, MLIRContext *context, Location sourceFileLoc) {
```

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




More information about the All-commits mailing list