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

makes bundles friendly to -Ywarn-dead-code #3689

Merged
merged 1 commit into from May 8, 2014

Commits on Apr 21, 2014

  1. makes bundles friendly to -Ywarn-dead-code

    Apparently, the `new Bundle(???).impl` synthetic tree generated as a
    macro impl ref for bundles evokes -Ywarn-dead-code warnings.
    
    This pull requests changes `???` to `null` in order not to stress out
    the checker. What's in the argument doesn't actually make any difference
    anyway.
    xeno-by committed Apr 21, 2014
    Copy the full SHA
    2d37cc0 View commit details
    Browse the repository at this point in the history