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
bfcd7283
Commit
bfcd7283
authored
Apr 28, 2020
by
Joseph Mirabel
Browse files
Fix compilation warnings.
parent
04513f75
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/narrowphase/narrowphase.h
View file @
bfcd7283
...
...
@@ -320,8 +320,10 @@ namespace fcl
mutable
Vec3f
cached_guess
;
};
#if __cplusplus < 201103L
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wc99-extensions"
#endif
/// \name Shape intersection specializations
/// \{
...
...
@@ -439,7 +441,9 @@ namespace fcl
#undef HPP_FCL_DECLARE_SHAPE_DISTANCE_PAIR
/// \}
#if __cplusplus < 201103L
#pragma GCC diagnostic pop
#endif
}
}
// namespace hpp
...
...
python/fcl.cc
View file @
bfcd7283
...
...
@@ -56,7 +56,10 @@
using
namespace
hpp
::
fcl
;
namespace
dv
=
doxygen
::
visitor
;
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS
(
load_overloads
,
MeshLoader
::
load
,
1
,
2
)
#pragma GCC diagnostic pop
void
exposeMeshLoader
()
{
...
...
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