From d6981fa66b969b5a206abeb43bbf810a80cf24df Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:07:33 +0800 Subject: [PATCH] Update types.h --- libspu/dialect/pphlo/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libspu/dialect/pphlo/types.h b/libspu/dialect/pphlo/types.h index 0293477e..d3ff38d0 100644 --- a/libspu/dialect/pphlo/types.h +++ b/libspu/dialect/pphlo/types.h @@ -28,7 +28,7 @@ namespace mlir::spu::pphlo { class TypeTools { private: - MLIRContext *context_; + [[maybe_unused]] MLIRContext *context_; public: explicit TypeTools(MLIRContext *context) : context_(context) {}