Skip to content
Snippets Groups Projects
Commit 6d5f712f authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Tmp warnings

parent 106dee5f
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ public:
bool overlap(const KDOP<N>& other) const;
/// Not implemented
bool overlap(const KDOP<N>& other, FCL_REAL&) const
bool overlap(const KDOP<N>& /*other*/, FCL_REAL&) const
{
throw std::runtime_error ("Not implemented");
}
......
......@@ -220,7 +220,7 @@ KDOP<N> KDOP<N>::operator + (const KDOP<N>& other) const
template<size_t N>
FCL_REAL KDOP<N>::distance(const KDOP<N>& other, Vec3f* P, Vec3f* Q) const
FCL_REAL KDOP<N>::distance(const KDOP<N>& /*other*/, Vec3f* /*P*/, Vec3f* /*Q*/) const
{
std::cerr << "KDOP distance not implemented!" << std::endl;
return 0.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment