AprilRobotics / apriltag

AprilTag is a visual fiducial system popular for robotics research.
https://april.eecs.umich.edu/software/apriltag
Other
1.47k stars 522 forks source link

fix warnings #309

Closed christian-rauch closed 5 months ago

christian-rauch commented 5 months ago

This PR enables and fixes a couple of warnings throughout the code base. All warnings are reported as errors to make sure that those are not introduced again.

Note: This PR removes unused parameters from function declarations and therefore breaks API with the previous version (3.3). Therefore, the next release has to bump the minor version.