Skip to content

ARROW-10256: [C++][Flight] Disable -Werror carefully#8419

Closed
kou wants to merge 3 commits into
apache:masterfrom
kou:cpp-flight-robust-werror
Closed

ARROW-10256: [C++][Flight] Disable -Werror carefully#8419
kou wants to merge 3 commits into
apache:masterfrom
kou:cpp-flight-robust-werror

Conversation

@kou

@kou kou commented Oct 9, 2020

Copy link
Copy Markdown
Member

If we replace "-Werror" with "", "-Werror=SOMETHING" is
"=SOMETHING". "=SOMETHING" always causes build error because
"=SOMETHING" is treated as an input file.

For example, CentOS 8 RPM build uses "-Werror=format-security".

If we replace "-Werror" with "", "-Werror=SOMETHING" is
"=SOMETHING". "=SOMETHING" always causes build error because
"=SOMETHING" is treated as an input file.

For example, CentOS 8 RPM build uses "-Werror=format-security".
@kou

kou commented Oct 9, 2020

Copy link
Copy Markdown
Member Author

@github-actions crossbow submit centos-8-*

@github-actions

github-actions Bot commented Oct 9, 2020

Copy link
Copy Markdown

Revision: 1e3277e

Submitted crossbow builds: ursa-labs/crossbow @ actions-635

Task Status
centos-8-aarch64 TravisCI
centos-8-amd64 Github Actions

@github-actions

github-actions Bot commented Oct 9, 2020

Copy link
Copy Markdown

@wesm

wesm commented Oct 9, 2020

Copy link
Copy Markdown
Member

Oh, thank you for catching this!

@kou

kou commented Oct 10, 2020

Copy link
Copy Markdown
Member Author

@github-actions crossbow submit centos-8-*

@github-actions

Copy link
Copy Markdown

Revision: 953af85

Submitted crossbow builds: ursa-labs/crossbow @ actions-636

Task Status
centos-8-aarch64 TravisCI
centos-8-amd64 Github Actions

@kou

kou commented Oct 10, 2020

Copy link
Copy Markdown
Member Author

+1

Failures are unrelated.

@kou kou closed this in cd2179f Oct 10, 2020
@kou kou deleted the cpp-flight-robust-werror branch October 10, 2020 11:22
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