We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb30bf commit b2b50c1Copy full SHA for b2b50c1
mlir/include/mlir/IR/OpDefinition.h
@@ -1629,7 +1629,7 @@ verifyTrait(Operation *) {
1629
1630
/// Given a set of traits, return the result of verifying the given operation.
1631
template <typename... Ts>
1632
-LogicalResult verifyTraits([[maybe_unused]] Operation *op) {
+LogicalResult verifyTraits(Operation *op) {
1633
return success((succeeded(verifyTrait<Ts>(op)) && ...));
1634
}
1635
0 commit comments