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

[CH] Refactor: Recover warning check #2168

Merged
merged 19 commits into from
Jul 1, 2023
Merged

Conversation

baibaichen
Copy link
Contributor

@baibaichen baibaichen commented Jul 1, 2023

What changes were proposed in this pull request?

We disabled a lot of warning checks, let's recover it. After this PR, we still disable the followings at local engine scope

  1. -Wno-reserved-identifier: for jni and generated pb header
  2. -Wno-deprecated: for generated pb header
  3. -Wno-shadow-field: see Bump protobuf to v3.18.x ClickHouse/ClickHouse#50400 (comment)

Please note disabling pessimizing-move may hurt performance

How was this patch tested?

Using existed UT.

@github-actions
Copy link

github-actions bot commented Jul 1, 2023

Run Gluten Clickhouse CI

@github-actions
Copy link

github-actions bot commented Jul 1, 2023

Run Gluten Clickhouse CI

@github-actions
Copy link

github-actions bot commented Jul 1, 2023

Run Gluten Clickhouse CI

@github-actions
Copy link

github-actions bot commented Jul 1, 2023

Run Gluten Clickhouse CI

Copy link
Contributor

@liuneng1994 liuneng1994 left a comment

Choose a reason for hiding this comment

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

LGTM

@baibaichen baibaichen merged commit 601db2b into apache:main Jul 1, 2023
9 checks passed
@baibaichen baibaichen deleted the feature/style branch July 1, 2023 13:21
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.

None yet

2 participants