freebsd-src/tools/build/test-includes
Warner Losh 259e6fefc0 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
2023-12-31 23:14:08 -07:00
..
badfiles.inc test-includes: temporarily add back net/pfvar.h 2022-02-23 17:56:02 -07:00
Makefile test-includes: Add -ansi to the compile line to catch problems 2023-12-31 23:14:08 -07:00