Page MenuHomeFreeBSD

mandoc: fix bootstrapping on Linux with Clang 16
ClosedPublic

Authored by arichardson on Dec 11 2023, 10:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 24 2024, 11:50 AM
Unknown Object (File)
Nov 23 2024, 11:09 AM
Unknown Object (File)
Nov 21 2024, 10:09 AM
Unknown Object (File)
Nov 19 2024, 8:30 PM
Unknown Object (File)
Nov 16 2024, 6:20 AM
Unknown Object (File)
Nov 8 2024, 2:58 AM
Unknown Object (File)
Oct 21 2024, 12:47 PM
Unknown Object (File)
Oct 17 2024, 3:03 AM
Subscribers
None

Details

Summary

It appears that Clang 16 errors by default for the mismatched function
pointer types that are triggered by the fts callback.
Fortunately, there is already code to handle glibc inside mandoc, we
just have to edit the checked-in config.h.

Test Plan

builds now

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable