[Transforms] Fix a warning
This patch fixes: mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp:124:3: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default] by removing the default case.
Loading
Please sign in to comment