calib3d: eliminate 'register' build warning

pull/18882/head
Alexander Alekhin 4 years ago
parent 2255973b0f
commit bc434e8f67
  1. 2
      modules/calib3d/src/sqpnp.cpp

@ -631,7 +631,7 @@ void PoseSolver::computeRowAndNullspace(const cv::Matx<double, 9, 1>& r,
void PoseSolver::nearestRotationMatrix(const cv::Matx<double, 9, 1>& e,
cv::Matx<double, 9, 1>& r)
{
register int i;
int i;
double l, lprev, det_e, e_sq, adj_e_sq, adj_e[9];
// e's adjoint

Loading…
Cancel
Save