Skip to content

Commit

Permalink
add [[maybe_unused]] to EstimateCamPosePNP() (#1721)
Browse files Browse the repository at this point in the history
Fixes #1716
  • Loading branch information
Liam-Stow authored Jan 13, 2025
1 parent 04e28bc commit 5b0ec74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace VisionEstimation {

#include <iostream>

static std::optional<PnpResult> EstimateCamPosePNP(
[[maybe_unused]] static std::optional<PnpResult> EstimateCamPosePNP(
const Eigen::Matrix<double, 3, 3>& cameraMatrix,
const Eigen::Matrix<double, 8, 1>& distCoeffs,
const std::vector<PhotonTrackedTarget>& visTags,
Expand Down

0 comments on commit 5b0ec74

Please sign in to comment.