Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings and switch on Werror #42

Merged
merged 3 commits into from
Sep 9, 2015
Merged

Fix warnings and switch on Werror #42

merged 3 commits into from
Sep 9, 2015

Conversation

simonlynen
Copy link
Collaborator

No description provided.

@@ -137,7 +137,7 @@ BenchResult doBenchType(const typename NearestNeighbourSearch<T>::SearchType typ
const typename NearestNeighbourSearch<T>::Matrix& d,
const typename NearestNeighbourSearch<T>::Matrix& q,
const int K,
const int itCount,
const int /*itCount*/,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, since nabo can query all points at once

@@ -39,8 +39,8 @@ endif(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
set(DOXYFILE_LATEX false)
include(UseDoxygen)

# Compilation
add_definitions(-Wall)
# Switch on warnings and disable one python interface warning.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't get the part about python. I can only see turning on all warnings.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I had to remove it since the gcc on jenkins does not understand W-no-defined-but-unused-templates.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will modify

simonlynen added a commit that referenced this pull request Sep 9, 2015
Fix warnings and switch on Werror
@simonlynen simonlynen merged commit 89e891f into master Sep 9, 2015
@simonlynen simonlynen deleted the fix/warning branch September 9, 2015 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants