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

Adds -Wall and fixes C++ build warnings #1017

Merged
merged 1 commit into from
Apr 21, 2020
Merged

Adds -Wall and fixes C++ build warnings #1017

merged 1 commit into from
Apr 21, 2020

Conversation

texodus
Copy link
Member

@texodus texodus commented Apr 21, 2020

As per title, adds -Wall build flag and fixes relevant warnings.

@texodus texodus merged commit 3516cdd into master Apr 21, 2020
@timkpaine
Copy link
Member

Did you adjust/remove the cpp strict warnings flag in the cmake list?
https://github.com/finos/perspective/blob/master/cpp/perspective/CMakeLists.txt#L133

@texodus texodus deleted the cpp-wall branch April 21, 2020 18:46
@texodus
Copy link
Member Author

texodus commented Apr 21, 2020

No - it seems to me, no more necessary now, then it would have been to add the flag to emscripten build when the flag was originally added to Python?

@timkpaine
Copy link
Member

I think we didn't build Wall for python because there were some "acceptable" warnings we didn't feel like dealing with. We can just make Wall a default flag and remove this cmake flag entirely.

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.

3 participants