Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
d91be7b0
Verified
Commit
d91be7b0
authored
Dec 07, 2019
by
Justin Carpentier
Browse files
core: fix compilation warnings
parent
742c333d
Changes
5
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/BV/BV.h
View file @
d91be7b0
...
...
@@ -62,7 +62,7 @@ template<typename BV1, typename BV2>
class
Converter
{
private:
static
void
convert
(
const
BV1
&
bv1
,
const
Transform3f
&
tf1
,
BV2
&
bv2
)
static
void
convert
(
const
BV1
&
/*
bv1
*/
,
const
Transform3f
&
/*
tf1
*/
,
BV2
&
/*
bv2
*/
)
{
// should only use the specialized version, so it is private.
}
...
...
include/hpp/fcl/BV/RSS.h
View file @
d91be7b0
...
...
@@ -163,4 +163,4 @@ bool overlap(const Matrix3f& R0, const Vec3f& T0, const RSS& b1, const RSS& b2,
}
// namespace hpp
#endif
\ No newline at end of file
#endif
include/hpp/fcl/internal/tools.h
View file @
d91be7b0
...
...
@@ -206,4 +206,5 @@ bool isEqual(const Eigen::MatrixBase<Derived>& lhs, const Eigen::MatrixBase<Othe
}
}
// namespace hpp
#endif
\ No newline at end of file
#endif
src/distance_func_matrix.h
View file @
d91be7b0
...
...
@@ -65,4 +65,5 @@ namespace fcl
/// @endcond
#endif
\ No newline at end of file
#endif
src/traits_traversal.h
View file @
d91be7b0
...
...
@@ -102,4 +102,5 @@ struct TraversalTraitsDistance <BVHModel<T_BVH>, OcTree>
}
}
//hpp
\ No newline at end of file
}
//hpp
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment