ISUE / relocforests

C++ implementation of Scene Coordinate Regression Forests for Camera Relocalization.
MIT License
45 stars 21 forks source link

Control may reach end of non-void function #15

Open visez opened 6 years ago

visez commented 6 years ago

When compiling in xcode 9.2, in tree.hpp lines 113 and 332

For line 332, this can be solved by adding return(Eigen::Vector3d(0,0,0));

What should be returned for line 113? (Deserialize function)