Skip to content

Commit cf1d1eb

Browse files
committed
fix warning
1 parent a977d8d commit cf1d1eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/algebra/mpmatrix.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,9 @@ void Matrix::init(MatrixFill fill) {
310310
}
311311
}
312312
}
313-
default:;
313+
break;
314+
default:
315+
break;
314316
}
315317
}
316318

0 commit comments

Comments
 (0)