Open
Bug 1820612
Opened 2 years ago
Improve support for compile-time assertions in NSS
Categories
(NSS :: Libraries, enhancement, P3)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: jschanck, Unassigned)
Details
Some benign looking uses of PR_STATIC_ASSERT (e.g. this) don't work on all of our supported compilers. The case I linked caused build failures on all tier-1 configurations in M-C, but only on gcc-11 in NSS CI. We should replace PR_STATIC_ASSERT with a more intuitive alternative.
You need to log in
before you can comment on or make changes to this bug.
Description
•