mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
[mlir][py] Fix unused var
This commit is contained in:
@@ -206,6 +206,8 @@ public:
|
||||
mlirOperands.push_back(val->get());
|
||||
continue;
|
||||
} catch (py::cast_error &err) {
|
||||
// Intentionally unhandled to try sequence below first.
|
||||
(void)err;
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user