Skip to content

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

Closed
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:fixwarn2
Closed

schannel: fix -Warith-conversion gcc 13 warning#12616
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:fixwarn2

Conversation

@vszakats
Copy link
Copy Markdown
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.

2 participants