diff --git a/include/ceres/internal/autodiff.h b/include/ceres/internal/autodiff.h index fe64e824f..c796618cd 100644 --- a/include/ceres/internal/autodiff.h +++ b/include/ceres/internal/autodiff.h @@ -197,7 +197,7 @@ struct Make1stOrderPerturbation { template struct Make1stOrderPerturbation { public: - static void Apply(const T* src, JetT* dst) {} + static void Apply(const T* /* NOT USED */, JetT* /* NOT USED */) {} }; // Calls Make1stOrderPerturbation for every parameter block.