Skip to content

multi: fix unreachable code compiler warning#20788

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

multi: fix unreachable code compiler warning#20788
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:unreach

Conversation

@vszakats
Copy link
Copy Markdown
Member

@vszakats vszakats commented Mar 2, 2026

lib/multi.c:305:5: error: code will never be executed [clang-diagnostic-unreachable-code]
  305 |     goto error;
      |     ^~~~~~~~~~

Cherry-picked from #20774

```
lib/multi.c:305:5: error: code will never be executed [clang-diagnostic-unreachable-code]
  305 |     goto error;
      |     ^~~~~~~~~~
```

Cherry-picked from curl#20774
@vszakats vszakats added the build label Mar 2, 2026
@vszakats vszakats changed the title multi: fix unreachable code warning multi: fix unreachable code compiler warning Mar 2, 2026
@vszakats vszakats closed this in b83ade7 Mar 2, 2026
@vszakats vszakats deleted the unreach branch March 2, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant