Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D2960
Change Details
Change Details
Old
New
Diff
make check
``` make # no longer vomits warnings related to fallthrough ninja # does not show fallthrough warnings ``` ``` cmake -GNinja -DEXTRA_WARNINGS=1 .. ninja # vomits fallthrough warnings as expected ```
make check
``` make # no longer vomits warnings related to fallthrough ninja # does not show fallthrough warnings ``` ``` cmake -GNinja -DEXTRA_WARNINGS=1 .. ninja # vomits fallthrough warnings as expected ```
Continue