HomeFreeBSD

test-includes: Add -ansi to the compile line to catch problems

Description

test-includes: Add -ansi to the compile line to catch problems

We support C89 files, but compile everything in the tree with C99 or
newer. By compiling these -ansi, that will force C89 which doesn't
understand inline. All our header files must use __inline instead of
inline when they define inline functions.

Sponsored by: Netflix
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D43235

Details

Provenance
impAuthored on Jan 1 2024, 6:12 AM
Reviewer
emaste
Differential Revision
D43235: test-includes: Add -ansi to the compile line to catch problems
Parents
rG39e39ba05672: nanobsd: Revert back to 1G (really 927M) partitions for rescue.
Branches
Unknown
Tags
Unknown