Skip to content
Snippets Groups Projects
Commit 2d2bab53 authored by Pascal Perez's avatar Pascal Perez Committed by CQ bot account: commit-bot@chromium.org
Browse files

[fidlc] Filter out zx when checking unused libs

Without filtering, the output was confusing:

    $ cat useszx.fidl
    library usesszx;
    using zx;
    struct Foo { zx.status status; };
    $ cat doesnotusezx.fidl
    library doesnotusezx;
    $ fidlc --files useszx.fidl --files doesnotusezx.fidl
    warning: Unused libraries provided via --files: usesszx, zx

Change-Id: Ia63ad15c3f047839c7c07218cddf627bafd062e6
parent 5450dabe
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment