Page MenuHomeFreeBSD

www/chromium: Reduce build log spam
ClosedPublic

Authored by cem on Mar 8 2020, 7:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 12:24 AM
Unknown Object (File)
Oct 24 2023, 3:41 PM
Unknown Object (File)
Jul 25 2023, 1:30 AM
Unknown Object (File)
Mar 20 2023, 10:54 AM
Unknown Object (File)
Jan 12 2023, 2:47 PM
Unknown Object (File)
Dec 18 2022, 10:21 AM
Unknown Object (File)
Nov 28 2022, 9:52 AM
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.