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

sectransp: fix compiler warning c89 mixed code/declaration #10574

Closed
wants to merge 2 commits into from

Conversation

jay
Copy link
Member

@jay jay commented Feb 21, 2023

Since cbf5717 the Cirrus CI 'macOS arm64 SecureTransport http2' has been failing due to c89 warnings mixed code/declaration. That commit is not the cause so I assume something has changed in the CI outside of our configuration. Anyway, we don't mix code/declaration so this is the fix for that.

Closes #xxxx

Since cbf5717 the Cirrus CI 'macOS arm64 SecureTransport http2' has
been failing due to c89 warnings mixed code/declaration. That commit is
not the cause so I assume something has changed in the CI outside of our
configuration. Anyway, we don't mix code/declaration so this is the fix
for that.

Closes #xxxx
@jay jay added build CI Continuous Integration labels Feb 21, 2023
@github-actions github-actions bot added the TLS label Feb 21, 2023
@jay jay closed this in 47129b2 Feb 23, 2023
@jay jay deleted the sectransp_ci_fix branch February 23, 2023 08:52
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
Since cbf5717 the Cirrus CI 'macOS arm64 SecureTransport http2' has
been failing due to c89 warnings mixed code/declaration. That commit is
not the cause so I assume something has changed in the CI outside of our
configuration. Anyway, we don't mix code/declaration so this is the fix
for that.

Closes curl#10574
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build CI Continuous Integration TLS
Development

Successfully merging this pull request may close these issues.

None yet

3 participants