Skip to content

Commit

Permalink
Update types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Jan 24, 2024
1 parent cc19de3 commit d6981fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libspu/dialect/pphlo/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace mlir::spu::pphlo {

class TypeTools {
private:
MLIRContext *context_;
[[maybe_unused]] MLIRContext *context_;

public:
explicit TypeTools(MLIRContext *context) : context_(context) {}
Expand Down

0 comments on commit d6981fa

Please sign in to comment.