Skip to content

Fix warning 16 (optional argument cannot be erased)#540

Merged
djs55 merged 2 commits intomoby:masterfrom
djs55:fix-warning
Apr 5, 2022
Merged

Fix warning 16 (optional argument cannot be erased)#540
djs55 merged 2 commits intomoby:masterfrom
djs55:fix-warning

Conversation

@djs55
Copy link
Copy Markdown
Collaborator

@djs55 djs55 commented May 13, 2021

File "src/hostnet/vmnet.ml", line 327, characters 30-42:
327 |   let client_negotiate ~uuid ?preferred_ip ~fd =
                                    ^^^^^^^^^^^^
Error (warning 16 [unerasable-optional-argument]): this optional argument cannot be erased.

Signed-off-by: David Scott dave@recoil.org

djs55 added 2 commits May 13, 2021 11:31
```
File "src/hostnet/vmnet.ml", line 327, characters 30-42:
327 |   let client_negotiate ~uuid ?preferred_ip ~fd =
                                    ^^^^^^^^^^^^
Error (warning 16 [unerasable-optional-argument]): this optional argument cannot be erased.
```

Signed-off-by: David Scott <dave@recoil.org>
Signed-off-by: David Scott <dave@recoil.org>
@djs55 djs55 merged commit f975e38 into moby:master Apr 5, 2022
@djs55 djs55 deleted the fix-warning branch April 5, 2022 16:03
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.

1 participant