Home
last modified time | relevance | path

Searched hist:"924 e10b809a9fcbc8688c1b5848f60b48e6103fe" (Results 1 – 1 of 1) sorted by relevance

/freebsd/libexec/tftpd/tests/
H A DMakefilediff 924e10b809a9fcbc8688c1b5848f60b48e6103fe Thu Mar 05 23:45:16 CET 2020 Kyle Evans <kevans@FreeBSD.org> tftpd: tests: raise targeted cstd to c11

r358556 added alignas() use to the functional tests, which isn't defined
until C11. Raise the -std to C11 to fix the build under freebsd-gcc{6,9}.

Reported by: mhorne, Jenkins/CI