laurentkneip / opengv

OpenGV is a collection of computer vision methods for solving geometric vision problems. It is hosted and maintained by the Mobile Perception Lab of ShanghaiTech.
Other
1.01k stars 354 forks source link

Comment out unused argument to avoid compiler warnings. #112

Open farrutapps opened 3 years ago

farrutapps commented 3 years ago

On gcc, compiler warnings are generated for this unused function parameter. This fix avoids the warning from being triggered.