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

Wrong Warning Y #3971

Closed
vicuna opened this issue Feb 4, 2006 · 1 comment
Closed

Wrong Warning Y #3971

vicuna opened this issue Feb 4, 2006 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Feb 4, 2006

Original bug ID: 3971
Reporter: dbaelde
Status: closed (set by @damiendoligez on 2006-02-06T12:09:02Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 3.09.0
Category: ~DO NOT USE (was: OCaml general)
Duplicate of: #3914

Bug description

Here is an example where unjustified Warning Y is issued.

dbaelde@igloo /tmp $ cat t.ml
class truc n = object end
class machin = let n = 0 in object inherit truc n end

dbaelde@igloo /tmp $ ocamlc t.ml
File "t.ml", line 2, characters 19-20:
Warning Y: unused variable n.

@vicuna
Copy link
Author

vicuna commented Feb 6, 2006

Comment author: @damiendoligez

fixed in 3.09.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant