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

schannel: fix -Warith-conversion gcc 13 warning #12616

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Jan 1, 2024

lib/vtls/schannel.c:1201:22: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Warith-conversion]
 1201 |     *extension_len = *list_len +
      |                      ^

Closes #12616

```
lib/vtls/schannel.c:1201:22: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Warith-conversion]
 1201 |     *extension_len = *list_len +
      |                      ^
```

Closes #xxxxx
@vszakats vszakats added build Windows Windows-specific labels Jan 1, 2024
@github-actions github-actions bot added the TLS label Jan 1, 2024
@vszakats vszakats closed this in aff2608 Jan 2, 2024
@vszakats vszakats deleted the fixwarn2 branch January 2, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build TLS Windows Windows-specific
Development

Successfully merging this pull request may close these issues.

None yet

2 participants