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
Humanoid Path Planner
hpp-fcl
Commits
b3345d80
Verified
Commit
b3345d80
authored
Mar 26, 2020
by
Justin Carpentier
Browse files
core: disable C99 warning
parent
edbf758d
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/narrowphase/narrowphase.h
View file @
b3345d80
...
...
@@ -299,6 +299,8 @@ namespace fcl
mutable
Vec3f
cached_guess
;
};
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wc99-extensions"
/// \name Shape intersection specializations
/// \{
...
...
@@ -403,6 +405,7 @@ namespace fcl
#undef HPP_FCL_DECLARE_SHAPE_DISTANCE_PAIR
/// \}
#pragma GCC diagnostic pop
}
}
// namespace 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