nushoin / RTree

N-dimensional RTree implementation in C++
Other
376 stars 109 forks source link

just warning in RTree.h #1

Closed appleshadow closed 12 years ago

appleshadow commented 12 years ago

Unused variable 'branch' RTree.h string #898 "Branch branch;"

Probably its just unnecessary string.

nushoin commented 12 years ago

OK, fixed. While doing that I compiled with -Wall and found another issue... Thanks!