clang 8 and later error for duplicate definitions of enum values. mdb
depends on having identical but duplicate definitions. This was fixed
differently in 13 with a change to the kernel, but that change is
disruptive and cannot be easily backported.
Details
Details
- built on 13 (still used cc) and stable/11 (used clang70)
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
devel/mdb/Makefile | ||
---|---|---|
34 ↗ | (On Diff #64686) | per IRC, guard this? .if ${OPSYS} == FreeBSD && .. |