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
Stack Of Tasks
pinocchio
Commits
2c22ca24
Unverified
Commit
2c22ca24
authored
Apr 21, 2020
by
Justin Carpentier
Committed by
GitHub
Apr 21, 2020
Browse files
Merge pull request #1175 from wxmerkt/wxm-deactivate-unfixed-warnings
Deactivate unfixed warnings
parents
e1e382da
c055afd6
Pipeline
#9119
passed with stage
in 240 minutes and 8 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
bindings/python/CMakeLists.txt
View file @
2c22ca24
...
...
@@ -115,6 +115,11 @@ IF(BUILD_PYTHON_INTERFACE)
ADD_LIBRARY
(
${
PYWRAP
}
SHARED
${${
PYWRAP
}
_SOURCES
}
${${
PYWRAP
}
_HEADERS
}
)
ADD_DEPENDENCIES
(
python
${
PYWRAP
}
)
# Do not report:
# -Wconversion as the BOOST_PYTHON_FUNCTION_OVERLOADS implicitly converts.
# -Wcomment as latex equations have multi-line comments.
TARGET_COMPILE_OPTIONS
(
${
PYWRAP
}
PRIVATE -Wno-conversion -Wno-comment
)
SET_TARGET_PROPERTIES
(
${
PYWRAP
}
PROPERTIES VERSION
${
PROJECT_VERSION
}
)
IF
(
BUILD_WITH_COMMIT_VERSION
)
TAG_LIBRARY_VERSION
(
${
PYWRAP
}
)
...
...
src/parsers/utils.hpp
View file @
2c22ca24
...
...
@@ -50,7 +50,7 @@ namespace pinocchio
/**
* @brief Retrieve the path of the file whose path is given in an url-format.
* Currently convert from the foll
i
wing patterns : package:// or file://
* Currently convert from the foll
o
wing patterns : package:// or file://
*
* @param[in] string The path given in the url-format
* @param[in] package_dirs A list of packages directories where to search for files
...
...
Write
Preview
Markdown
is supported
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