Skip to content
GitLab
Menu
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-core
Commits
616b9e02
Commit
616b9e02
authored
Oct 07, 2013
by
Antonio El Khoury
Browse files
Use hpp-util kitelab macros to fix -pedantic warnings.
parent
5149b2bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
include/hpp/core/fwd.hh
View file @
616b9e02
#ifndef HPP_CORE_FWD_HH
#define HPP_CORE_FWD_HH
#include
<hpp/util/kitelab.hh>
namespace
hpp
{
namespace
core
{
class
Parser
;
...
...
include/hpp/core/planner.hh
View file @
616b9e02
...
...
@@ -32,12 +32,12 @@ INCLUDE
#include
<hpp/model/parser.hh>
class
CkwsPlusStopRdmBuilderDelegate
;
KIT_PREDEF_CLASS
(
CkppKCDBody
)
KIT_PREDEF_CLASS
(
CkwsConfigExtractor
)
KIT_PREDEF_CLASS
(
CkppSteeringMethodComponent
)
KIT_PREDEF_CLASS
(
CkwsPathPlanner
)
KIT_PREDEF_CLASS
(
CkwsRoadmapBuilder
)
KIT_PREDEF_CLASS
(
CkitNotificator
)
HPP_
KIT_PREDEF_CLASS
(
CkppKCDBody
)
;
HPP_
KIT_PREDEF_CLASS
(
CkwsConfigExtractor
)
;
HPP_
KIT_PREDEF_CLASS
(
CkppSteeringMethodComponent
)
;
HPP_
KIT_PREDEF_CLASS
(
CkwsPathPlanner
)
;
HPP_
KIT_PREDEF_CLASS
(
CkwsRoadmapBuilder
)
;
HPP_
KIT_PREDEF_CLASS
(
CkitNotificator
)
;
namespace
hpp
{
namespace
core
{
...
...
include/hpp/core/problem.hh
View file @
616b9e02
...
...
@@ -29,9 +29,11 @@
#include
"KineoUtility/kitNotificator.h"
#include
<hpp/util/kitelab.hh>
#include
<hpp/core/deprecated.hh>
KIT_PREDEF_CLASS
(
CkwsConfigExtractor
)
HPP_
KIT_PREDEF_CLASS
(
CkwsConfigExtractor
)
;
namespace
hpp
{
namespace
core
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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