This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] NFC. Fix unused context warning from Parser.h
ClosedPublic

Authored by bondhugula on Nov 17 2022, 2:30 AM.

Details

Summary

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) {

Diff Detail

Event Timeline

bondhugula created this revision.Nov 17 2022, 2:30 AM
bondhugula requested review of this revision.Nov 17 2022, 2:30 AM
rriddle accepted this revision.Nov 17 2022, 2:31 AM
This revision is now accepted and ready to land.Nov 17 2022, 2:31 AM
This revision was landed with ongoing or failed builds.Nov 17 2022, 2:35 AM
This revision was automatically updated to reflect the committed changes.