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

build fix #8068

Merged
merged 1 commit into from
Dec 6, 2019
Merged

build fix #8068

merged 1 commit into from
Dec 6, 2019

Conversation

Vxider
Copy link
Contributor

@Vxider Vxider commented Dec 6, 2019

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Fix build error in Join.cpp:

../dbms/src/Interpreters/Join.cpp:406:24: error: variable ‘mapped_one’ set but not used [-Werror=unused-but-set-variable]
../dbms/src/Interpreters/Join.cpp:1126:40: error: variable ‘mapped_one’ set but not used [-Werror=unused-but-set-variable]

@alexey-milovidov alexey-milovidov merged commit ce84b54 into ClickHouse:master Dec 6, 2019
@alexey-milovidov
Copy link
Member

What compiler do you use?
(Why we don't see this issue in our CI?)

@Vxider Vxider deleted the build-fix branch December 7, 2019 02:21
@Vxider
Copy link
Contributor Author

Vxider commented Dec 7, 2019

My compiler version is gcc version 8.2.1 20180905 (Red Hat 8.2.1-3) (GCC)

@KochetovNicolai KochetovNicolai added the pr-build Pull request with build/testing/packaging improvement label Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-build Pull request with build/testing/packaging improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants