Page MenuHomeFreeBSD

www/chromium: Reduce build log spam
ClosedPublic

Authored by cem on Mar 8 2020, 7:51 PM.
Tags
None
Referenced Files
F136298056: D24000.id.diff
Mon, Nov 17, 2:23 AM
F136298055: D24000.id69309.diff
Mon, Nov 17, 2:23 AM
F136298031: D24000.id69315.diff
Mon, Nov 17, 2:23 AM
F136280814: D24000.diff
Mon, Nov 17, 12:33 AM
Unknown Object (File)
Thu, Nov 13, 8:58 PM
Unknown Object (File)
Sun, Nov 9, 5:11 AM
Unknown Object (File)
Tue, Nov 4, 11:22 PM
Unknown Object (File)
Tue, Oct 28, 10:22 PM
Subscribers

Details

Summary

Avoid build log spam by disabling a noisy and purely false-positive warning in
targeted locations. The Clang static analysis of pthread locking primitives
assumes they are not wrapped (as well as relatively simple locking use). These
headers simply wrap the underlying primitives and tickle hundreds of false
positives with deep include stacks that spam build logs.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks much better. Thanks.

This revision is now accepted and ready to land.Mar 9 2020, 1:41 AM
This revision was automatically updated to reflect the committed changes.