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

Disable some benign warnings. #45

Merged
merged 1 commit into from May 7, 2017
Merged

Disable some benign warnings. #45

merged 1 commit into from May 7, 2017

Conversation

yallop
Copy link
Member

@yallop yallop commented Feb 14, 2017

The build's currently rather noisy, due to lots of warnings. A small sample:

Warning 44: this open statement shadows the value identifier pred (which is later used)
File "lib/tar_mirage.ml", line 114, characters 6-1337:
Warning 44: this open statement shadows the value identifier succ (which is later used)
File "lib/tar_mirage.ml", line 130, characters 29-85:
Warning 44: this open statement shadows the value identifier mul (which is later used)
File "lib/tar_mirage.ml", line 131, characters 61-125:
Warning 44: this open statement shadows the value identifier to_int (which is later used)
File "lib/tar_mirage.ml", line 131, characters 61-125:
Warning 44: this open statement shadows the value identifier sub (which is later used)
File "lib/tar_mirage.ml", line 131, characters 61-125:

This patch disables a few benign warnings in _tags

@djs55 djs55 merged commit 460f565 into mirage:master May 7, 2017
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.

None yet

2 participants